Skip to content

Commit

Permalink
docs: fix typo in JavaScript style guide
Browse files Browse the repository at this point in the history
PR-URL: 	#1114
Co-authored-by: Athan Reines <[email protected]>
Reviewed-by: Athan Reines <[email protected]>
  • Loading branch information
rgizz and kgryte authored Oct 28, 2023
1 parent aba8c1a commit 163ee4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/style-guides/javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

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

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.
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.

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.

Expand Down

0 comments on commit 163ee4a

Please sign in to comment.