docs: fix typos (#3705)

This commit is contained in:
Oleksandr Redko 2023-03-18 15:05:48 +02:00 committed by GitHub
parent 3d2341eb35
commit 970db4f470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -165,7 +165,7 @@ exports.onPreBootstrap = ({ store, reporter }, themeOptions) => {
dirs.forEach((dir) => { dirs.forEach((dir) => {
if (!fs.existsSync(dir)) { if (!fs.existsSync(dir)) {
reporter.success(`docs: intialized the ${dir} directory`); reporter.success(`docs: initialized the ${dir} directory`);
fs.mkdirSync(dir); fs.mkdirSync(dir);
} }
}); });