mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Minor comment typo. [ci skip]
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user