docs: fix typos (#3705)
This commit is contained in:
parent
3d2341eb35
commit
970db4f470
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@ -1 +1 @@
|
||||
See [contibuting quick start](https://golangci-lint.run/contributing/quick-start/) on our website.
|
||||
See [contributing quick start](https://golangci-lint.run/contributing/quick-start/) on our website.
|
||||
|
@ -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…
x
Reference in New Issue
Block a user