diff options
-rw-r--r-- | lib/config_default.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/config_default.js b/lib/config_default.js index 604003d..92defaa 100644 --- a/lib/config_default.js +++ b/lib/config_default.js @@ -6,7 +6,7 @@ module.exports = { 'generator': 'website', 'extension': null, - // Book metadats (somes are extracted from the README by default) + // Book metadatas (somes are extracted from the README by default) 'title': null, 'description': null, 'isbn': null, @@ -14,7 +14,7 @@ module.exports = { 'direction': null, 'author': null, - // version of gitbook to use + // Version of gitbook to use 'gitbook': '*', // Structure |