diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-01-21 16:15:14 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-01-21 16:15:14 +0100 |
commit | c8e2fc0e57d223c01a51d6ee186fc1662cd74d13 (patch) | |
tree | 5bdd088a7f6890c8c1747d719d3b53b04eb26506 /lib | |
parent | 4cb9cbb5ae3aa8f9211ffa3ac5e3d34232c0ca4f (diff) | |
download | gitbook-c8e2fc0e57d223c01a51d6ee186fc1662cd74d13.zip gitbook-c8e2fc0e57d223c01a51d6ee186fc1662cd74d13.tar.gz gitbook-c8e2fc0e57d223c01a51d6ee186fc1662cd74d13.tar.bz2 |
Fix typo in config_default.js
Diffstat (limited to 'lib')
-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 |