diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-24 22:44:36 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-24 22:44:36 +0200 |
commit | 001d7ec44e396e6fa5f735c6f3cf1cfc2f709195 (patch) | |
tree | 7d85fea39a0411777568c442494b8edc5e45a2b5 /lib | |
parent | 67e7d773020cbeed1b696329c44d839becd07363 (diff) | |
parent | 5cb0ec447a4f4b177038be8569c06045315273fb (diff) | |
download | gitbook-001d7ec44e396e6fa5f735c6f3cf1cfc2f709195.zip gitbook-001d7ec44e396e6fa5f735c6f3cf1cfc2f709195.tar.gz gitbook-001d7ec44e396e6fa5f735c6f3cf1cfc2f709195.tar.bz2 |
Merge pull request #155 from pborreli/patch-1
Fixed typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/generate/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/generate/index.js b/lib/generate/index.js index bbe5ec2..0c3e693 100644 --- a/lib/generate/index.js +++ b/lib/generate/index.js @@ -166,7 +166,7 @@ var generate = function(options) { ); }) - // Finish gneration + // Finish generation .then(function() { return generator.finish(); }) |