diff --git a/STYLE-GUIDE.md b/STYLE-GUIDE.md index 0da0a14f8a..3e5856bab8 100644 --- a/STYLE-GUIDE.md +++ b/STYLE-GUIDE.md @@ -49,7 +49,7 @@ function myFunction ( parm1, parm2 ){ ### Semicolons -- You must use them always +- You must use them always. ```javascript // Correct