Skip to content

Commit 0cecd96

Browse files
authored
Fixed typos in article.md
There were some typos in the first line of A semicolon section. (Line 122). I have proposed a possible fix.
1 parent 168b273 commit 0cecd96

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ There are two types of indents:
119119

120120
### A semicolon
121121

122-
A semicolons should be after each statement. Even if could possibly be skipped.
122+
A semicolon should be present after each statement. Even if it could be possibly be skipped.
123123

124124
There are languages where a semicolon is truly optional. It's rarely used there.
125125

0 commit comments

Comments
 (0)