summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlfbrock <lf.brock@spinpunch.com>2015-12-14 15:52:23 -0500
committerlfbrock <lf.brock@spinpunch.com>2015-12-14 15:52:23 -0500
commitfaa0074c92a074cb69ec67dec37581adbb519dff (patch)
tree8e869a4684530dd2ddfa6664b531f5397fb81f59 /doc
parentf5ec973cba4c224de5ba75b56aad447f715b9d6b (diff)
downloadchat-faa0074c92a074cb69ec67dec37581adbb519dff.tar.gz
chat-faa0074c92a074cb69ec67dec37581adbb519dff.tar.bz2
chat-faa0074c92a074cb69ec67dec37581adbb519dff.zip
Update syntax-highlighting.md
Diffstat (limited to 'doc')
-rw-r--r--doc/developer/tests/test-syntax-highlighting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/tests/test-syntax-highlighting.md b/doc/developer/tests/test-syntax-highlighting.md
index 7f8f4cdaa..b1568c385 100644
--- a/doc/developer/tests/test-syntax-highlighting.md
+++ b/doc/developer/tests/test-syntax-highlighting.md
@@ -133,7 +133,7 @@ echo "Hello World"
### CoffeeScript
-``` coffee
+``` coffeescript
console.log(“Hello world!”);
```