diff --git a/STYLE-GUIDE.md b/STYLE-GUIDE.md index 2c0f0a5e65..8fe2a50e82 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