Skip to content

Commit 163ee4a

Browse files
rgizzkgryte
andauthored
docs: fix typo in JavaScript style guide
PR-URL: #1114 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent aba8c1a commit 163ee4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/style-guides/javascript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
Always abide by the **Law of Code Style Consistency**, or, in other words, _when in Rome, do as the Romans do_.
3939

40-
While the code base to which you want to contribute may be a horrific mess in terms of aesthetic appearance and style, style consistency takes precedent over personal preference and canon. The more consistent a code base is in terms of style, the more readers of the code can focus on what the code does rather than deciphering changes in style.
40+
While the code base to which you want to contribute may be a horrific mess in terms of aesthetic appearance and style, style consistency takes precedence over personal preference and canon. The more consistent a code base is in terms of style, the more readers of the code can focus on what the code does rather than deciphering changes in style.
4141

4242
So, even if your peers commit various _faux pas_ outlined below, as long as you are contributing to their code base, abide by their conventions.
4343

0 commit comments

Comments
 (0)