Skip to content

Commit

Permalink
docs: fix typos (#3705)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored Mar 18, 2023
1 parent 3d2341e commit 970db4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion docs/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
});
Expand Down

0 comments on commit 970db4f

Please sign in to comment.