summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasonblais <jason@spinpunch.com>2015-08-27 14:26:24 -0400
committerjasonblais <jason@spinpunch.com>2015-08-27 14:26:24 -0400
commit0677594961437e594fe7070c4d8bb871c8a3c346 (patch)
tree9fd861cf00485e9958b6d91389811808d204dbe2
parentbc171ba7c9d40f49c4c5a9686822d62b785a8c50 (diff)
downloadchat-0677594961437e594fe7070c4d8bb871c8a3c346.tar.gz
chat-0677594961437e594fe7070c4d8bb871c8a3c346.tar.bz2
chat-0677594961437e594fe7070c4d8bb871c8a3c346.zip
Add missing period
-rw-r--r--STYLE-GUIDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/STYLE-GUIDE.md b/STYLE-GUIDE.md
index 0da0a14f8..3e5856bab 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