Minor comment typo. [ci skip]

This commit is contained in:
John-David Dalton
2016-07-17 09:33:33 -07:00
parent 2cea31cb1b
commit 232cc1ab34

View File

@@ -11,7 +11,7 @@ var basePath = path.join(__dirname, '..', '..'),
readmePath = path.join(docPath, 'README.md');
function build(type) {
// Load markddown and uncomment docdown HTML hints.
// Load markdown and uncomment docdown HTML hints.
var markdown = fs
.readFileSync(readmePath, 'utf8')
.replace(/(<)!--\s*|\s*--(>)/g, '$1$2');