mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 19:37: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');
|
readmePath = path.join(docPath, 'README.md');
|
||||||
|
|
||||||
function build(type) {
|
function build(type) {
|
||||||
// Load markddown and uncomment docdown HTML hints.
|
// Load markdown and uncomment docdown HTML hints.
|
||||||
var markdown = fs
|
var markdown = fs
|
||||||
.readFileSync(readmePath, 'utf8')
|
.readFileSync(readmePath, 'utf8')
|
||||||
.replace(/(<)!--\s*|\s*--(>)/g, '$1$2');
|
.replace(/(<)!--\s*|\s*--(>)/g, '$1$2');
|
||||||
|
|||||||
Reference in New Issue
Block a user