Skip to content

Commit bc83959

Browse files
maximizeITCopilot
andauthored
Update scripts/genDoc.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 246b868 commit bc83959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/genDoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ console.log("Generating HTML Getting started from README.MD");
2222
console.log("Reading from:", input);
2323
fs.readFile(input)
2424
.then((inputStr) => {
25-
// TODO Add better css in the genreated html
25+
// TODO Add better css in the generated html
2626
const outStr = md.render(inputStr.toString());
2727
return fs.outputFile(output, outStr);
2828
})

0 commit comments

Comments
 (0)