summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoel Gallant <joelgallant236@gmail.com>2014-09-14 13:18:43 -0600
committerJoel Gallant <joelgallant236@gmail.com>2014-09-14 13:18:43 -0600
commit93423c1b828062bc800d44d7cce8c3a20169294b (patch)
tree95cc3da3a624866156b2aaacb7ac03173c1283f1
parent931db8c6857ddbf47f4d2a6cb7d905f61cb61e84 (diff)
Fixed very small spelling mistake
semantices -> semantics
-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.
###