From 970db4f47021e69a917e59d8cb254ebbf0fee036 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Sat, 18 Mar 2023 15:05:48 +0200 Subject: [PATCH] docs: fix typos (#3705) --- .github/CONTRIBUTING.md | 2 +- docs/gatsby-node.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 8861771c..42e74a39 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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. diff --git a/docs/gatsby-node.js b/docs/gatsby-node.js index d971b6a7..ab45dd5a 100644 --- a/docs/gatsby-node.js +++ b/docs/gatsby-node.js @@ -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); } });