diff --git a/docs/v1/index.html b/docs/v1/index.html index 4b60279b..3b535fa4 100644 --- a/docs/v1/index.html +++ b/docs/v1/index.html @@ -75,18 +75,18 @@ Annotated Source
@@ -249,7 +249,7 @@ cubes = (function() {
The CoffeeScript compiler is itself
- written in CoffeeScript,
+ written in CoffeeScript,
using the Jison parser generator. The
command-line version of coffee is available as a
Node.js utility. The
@@ -2281,7 +2281,7 @@ task('build:parser', 'rebuild t
build before test, you can use the invoke function:
invoke 'build'. Cake tasks are a minimal way to expose your
CoffeeScript functions to the command line, so
- don't expect any fanciness built-in.
+ don't expect any fanciness built-in.
If you need dependencies, or async callbacks, it's best to put them in your
code itself — not the cake task.
The CoffeeScript compiler is itself
- written in CoffeeScript,
+ written in CoffeeScript,
using the Jison parser generator. The
command-line version of coffee is available as a
Node.js utility. The
@@ -1013,7 +1013,7 @@ Block
build before test, you can use the invoke function:
invoke 'build'. Cake tasks are a minimal way to expose your
CoffeeScript functions to the command line, so
- don't expect any fanciness built-in.
+ don't expect any fanciness built-in.
If you need dependencies, or async callbacks, it's best to put them in your
code itself — not the cake task.