diff --git a/doc/parse.php b/doc/parse.php
index 681d6e92e..e1c952068 100644
--- a/doc/parse.php
+++ b/doc/parse.php
@@ -24,7 +24,7 @@
// generate Markdown
$markdown = docdown(array(
'path' => '../' . $filePath,
- 'title' => 'Lo-Dash v' . $version . '',
+ 'title' => 'Lo-Dash v' . $version . '',
'toc' => 'categories',
'url' => 'https://github.com/lodash/lodash/blob/master/lodash.js'
));