summaryrefslogtreecommitdiffhomepage
path: root/coffeescript.html.markdown
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2015-10-09 20:00:54 +0200
committerven <vendethiel@hotmail.fr>2015-10-09 20:00:54 +0200
commitef40704f9b66ae85d7a8a6853abbbf8810af3b90 (patch)
tree688ca286a0ecb9590562504a53fde96c8bbfcd76 /coffeescript.html.markdown
parentea943b61fbee8fb0ba34f88b4d0380400e890f30 (diff)
parenta67d9d9e0ed3d351ce0139de18a4b212b47ab9cb (diff)
Merge pull request #1424 from AndyBrown91/coffeescript
[coffeescript/en] Fixed grammar
Diffstat (limited to 'coffeescript.html.markdown')
-rw-r--r--coffeescript.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/coffeescript.html.markdown b/coffeescript.html.markdown
index f19181ce..89a29677 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.