summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--STYLE-GUIDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/STYLE-GUIDE.md b/STYLE-GUIDE.md
index 2c0f0a5e6..8fe2a50e8 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