diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-03-31 17:41:37 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-03-31 17:41:37 -0700 |
commit | a7b8e24e7acd6a8007045d10d931ec0f3d8f2cb7 (patch) | |
tree | 0c592ec8c992a44a4f1ef2128541994191cb3c07 /lib | |
parent | abf8c59946b7e161792abd2306aca05e408a287a (diff) | |
download | gitbook-a7b8e24e7acd6a8007045d10d931ec0f3d8f2cb7.zip gitbook-a7b8e24e7acd6a8007045d10d931ec0f3d8f2cb7.tar.gz gitbook-a7b8e24e7acd6a8007045d10d931ec0f3d8f2cb7.tar.bz2 |
Fix tiny typo
In string not code
Diffstat (limited to 'lib')
-rw-r--r-- | lib/parse/navigation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parse/navigation.js b/lib/parse/navigation.js index 3140a1a..3f69381 100644 --- a/lib/parse/navigation.js +++ b/lib/parse/navigation.js @@ -26,7 +26,7 @@ function navigation(summary, files) { // Special README nav var README_NAV = { path: 'README.html', - title: 'Introdunction', + title: 'Introduction', }; // Walk the chapter/article tree and create navigation entires |