Skip to content

Commit e6b28a3

Browse files
committed
fixes
1 parent 32a8c35 commit e6b28a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎1-js/03-code-quality/02-coding-style/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ That's because when reading code, we first want to know *what it does*. If the c
255255

256256
A style guide contains general rules about "how to write" code, e.g. which quotes to use, how many spaces to indent, where to put line breaks, etc. A lot of minor things.
257257

258-
When all members of a team use the same style guide the code tends looks uniform, regardless of which team member wrote it.
258+
When all members of a team use the same style guide, the code looks uniform, regardless of which team member wrote it.
259259

260260
Of course, a team can always write their own style guide. Most of the time though, there's no need to. There are many existing tried and true options to choose from, so adopting one of these is usually your best bet.
261261

0 commit comments

Comments
 (0)