diff --git a/1-js/03-code-quality/02-coding-style/article.md b/1-js/03-code-quality/02-coding-style/article.md index d871e217..7af470a2 100644 --- a/1-js/03-code-quality/02-coding-style/article.md +++ b/1-js/03-code-quality/02-coding-style/article.md @@ -119,7 +119,7 @@ There are two types of indents: ### A semicolon -A semicolons should be after each statement. Even if could possibly be skipped. +A semicolon should be present after each statement. Even if it could be possibly be skipped. There are languages where a semicolon is truly optional. It's rarely used there.