diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-06-03 15:07:29 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-06-03 15:07:29 +0200 |
commit | 7e30720b2cacc4a3592f71a0f47d0167a02f1e58 (patch) | |
tree | f6e15b7d193f39fa8afa0f3df9d81a21194bd258 | |
parent | 8f53afab6b8b8fced4ec6599f1444888161b0b7e (diff) | |
parent | 771c5e8b689ee9d5963af38a3dad36b3a9618c31 (diff) | |
download | gitbook-7e30720b2cacc4a3592f71a0f47d0167a02f1e58.zip gitbook-7e30720b2cacc4a3592f71a0f47d0167a02f1e58.tar.gz gitbook-7e30720b2cacc4a3592f71a0f47d0167a02f1e58.tar.bz2 |
Merge pull request #292 from bebraw/typofix
Fix build success message typo
-rw-r--r-- | bin/build.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build.js b/bin/build.js index 196bead..35018cb 100644 --- a/bin/build.js +++ b/bin/build.js @@ -36,7 +36,7 @@ var makeBuildFunc = function(converter) { }) ) .then(function(output) { - console.log("Successfuly built !"); + console.log("Successfully built!"); return output; }, utils.logError) .fail(function() { |