diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-08-11 08:38:11 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-08-11 08:38:11 -0700 |
commit | 3a54554713949d466d81fe196e204d78347186d9 (patch) | |
tree | e8d861c82b6dd56948419302b8122e3fd842b1d3 /lib/generate/config.js | |
parent | fc113ce0c3607cc8e9cd6de4b08baba0bbf433cd (diff) | |
download | gitbook-3a54554713949d466d81fe196e204d78347186d9.zip gitbook-3a54554713949d466d81fe196e204d78347186d9.tar.gz gitbook-3a54554713949d466d81fe196e204d78347186d9.tar.bz2 |
Normalize markdown rendering with ebook (pdf, epub, mobi)
Diffstat (limited to 'lib/generate/config.js')
-rw-r--r-- | lib/generate/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/generate/config.js b/lib/generate/config.js index bbc8a9a..0b270a3 100644 --- a/lib/generate/config.js +++ b/lib/generate/config.js @@ -69,7 +69,7 @@ var CONFIG = { // Add page numbers to the bottom of every page "pageNumbers": false, - // Font size for the fiel content + // Font size for the file content "fontSize": 12, // Paper size for the pdf |