Skip to content

Commit 5b655bb

Browse files
committed
Fx typo
1 parent faf1060 commit 5b655bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generate/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ var generateBook = function(options) {
299299
// Finish generation
300300
.then(function() {
301301
return generator.callHook("finish:before");
302-
});
302+
})
303303
.then(function() {
304304
return generator.finish();
305305
})

0 commit comments

Comments
 (0)