mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-06 11:28:49 -04:00
docs: fix typos (#3705)
This commit is contained in:
parent
3d2341eb35
commit
970db4f470
2 changed files with 2 additions and 2 deletions
docs
|
@ -165,7 +165,7 @@ exports.onPreBootstrap = ({ store, reporter }, themeOptions) => {
|
|||
|
||||
dirs.forEach((dir) => {
|
||||
if (!fs.existsSync(dir)) {
|
||||
reporter.success(`docs: intialized the ${dir} directory`);
|
||||
reporter.success(`docs: initialized the ${dir} directory`);
|
||||
fs.mkdirSync(dir);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue