summaryrefslogtreecommitdiffstats
path: root/lib/parse
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@friendco.de>2014-03-31 17:41:37 -0700
committerAaron O'Mullan <aaron.omullan@friendco.de>2014-03-31 17:41:37 -0700
commita7b8e24e7acd6a8007045d10d931ec0f3d8f2cb7 (patch)
tree0c592ec8c992a44a4f1ef2128541994191cb3c07 /lib/parse
parentabf8c59946b7e161792abd2306aca05e408a287a (diff)
downloadgitbook-a7b8e24e7acd6a8007045d10d931ec0f3d8f2cb7.zip
gitbook-a7b8e24e7acd6a8007045d10d931ec0f3d8f2cb7.tar.gz
gitbook-a7b8e24e7acd6a8007045d10d931ec0f3d8f2cb7.tar.bz2
Fix tiny typo
In string not code
Diffstat (limited to 'lib/parse')
-rw-r--r--lib/parse/navigation.js2
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