diff options
author | Andy B <andyjtbrown@gmail.com> | 2015-10-09 15:36:51 +0100 |
---|---|---|
committer | Andy B <andyjtbrown@gmail.com> | 2015-10-09 15:36:51 +0100 |
commit | a67d9d9e0ed3d351ce0139de18a4b212b47ab9cb (patch) | |
tree | f14e2ebfd285197ffcb3cbfbf7b463f4fb0cc40e | |
parent | da1fedc7418f90cd68c6dd865c3ac0c7919b56c0 (diff) |
[coffeescript/en] Fixed grammar
-rw-r--r-- | coffeescript.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coffeescript.html.markdown b/coffeescript.html.markdown index 85a5f81f..106854bd 100644 --- a/coffeescript.html.markdown +++ b/coffeescript.html.markdown @@ -7,7 +7,7 @@ filename: coffeescript.coffee --- CoffeeScript is a little language that compiles one-to-one into the equivalent JavaScript, and there is no interpretation at runtime. -As one of the succeeders of JavaScript, CoffeeScript tries its best to output readable, pretty-printed and smooth-running JavaScript codes working well in every JavaScript runtime. +As one of the successors to JavaScript, CoffeeScript tries its best to output readable, pretty-printed and smooth-running JavaScript code, which works well in every JavaScript runtime. See also [the CoffeeScript website](http://coffeescript.org/), which has a complete tutorial on CoffeeScript. |