summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNami-Doc <vendethiel@hotmail.fr>2014-09-14 21:38:34 +0200
committerNami-Doc <vendethiel@hotmail.fr>2014-09-14 21:38:34 +0200
commit66e935067c1e3a6a42662662c9d1e424ca8575ec (patch)
tree95cc3da3a624866156b2aaacb7ac03173c1283f1
parent931db8c6857ddbf47f4d2a6cb7d905f61cb61e84 (diff)
parent93423c1b828062bc800d44d7cce8c3a20169294b (diff)
Merge pull request #766 from joelg236/patch-1
Fixed very small spelling mistake
-rw-r--r--coffeescript.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/coffeescript.html.markdown b/coffeescript.html.markdown
index 6af692b9..4c080bc6 100644
--- a/coffeescript.html.markdown
+++ b/coffeescript.html.markdown
@@ -20,7 +20,7 @@ See also [the CoffeeScript website](http://coffeescript.org/), which has a compl
Block comments are like these, and they translate directly to '/ *'s and '* /'s
for the resulting JavaScript code.
-You should understand most of JavaScript semantices
+You should understand most of JavaScript semantics
before continuing.
###