diff options
author | Juho Vepsalainen <bebraw@gmail.com> | 2014-06-03 15:58:22 +0300 |
---|---|---|
committer | Juho Vepsalainen <bebraw@gmail.com> | 2014-06-03 15:58:22 +0300 |
commit | 771c5e8b689ee9d5963af38a3dad36b3a9618c31 (patch) | |
tree | f6e15b7d193f39fa8afa0f3df9d81a21194bd258 /bin | |
parent | 8f53afab6b8b8fced4ec6599f1444888161b0b7e (diff) | |
download | gitbook-771c5e8b689ee9d5963af38a3dad36b3a9618c31.zip gitbook-771c5e8b689ee9d5963af38a3dad36b3a9618c31.tar.gz gitbook-771c5e8b689ee9d5963af38a3dad36b3a9618c31.tar.bz2 |
Fix build success message typo
Diffstat (limited to 'bin')
-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() { |