Skip to content

Commit 970db4f

Browse files
authored
docs: fix typos (#3705)
1 parent 3d2341e commit 970db4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
See [contibuting quick start](https://golangci-lint.run/contributing/quick-start/) on our website.
1+
See [contributing quick start](https://golangci-lint.run/contributing/quick-start/) on our website.

docs/gatsby-node.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ exports.onPreBootstrap = ({ store, reporter }, themeOptions) => {
165165

166166
dirs.forEach((dir) => {
167167
if (!fs.existsSync(dir)) {
168-
reporter.success(`docs: intialized the ${dir} directory`);
168+
reporter.success(`docs: initialized the ${dir} directory`);
169169
fs.mkdirSync(dir);
170170
}
171171
});

0 commit comments

Comments
 (0)