From c982249f876b0ec5109ad90ad110093fcbecd896 Mon Sep 17 00:00:00 2001 From: Micael Jarniac Date: Wed, 16 Sep 2020 15:39:04 -0300 Subject: [PATCH] docs(contributing): typo fix (#1638) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8802ead5..ac3f9146 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,11 +107,11 @@ To ensure consistency and quality, all documentation modifications must: - a third-party product/brand/service, i.e. Integrate with [GitHub](https://github.com) - an external concept or feature, i.e. Create a [GitHub release](https://help.github.com/articles/creating-releases) - a package or module, i.e. The [`@semantic-release/github`](https://github.com/semantic-release/github) module -- Use the the [single backtick `code` quoting](https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code) for: +- Use the [single backtick `code` quoting](https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code) for: - commands inside sentences, i.e. the `semantic-release` command - programming language keywords, i.e. `function`, `async`, `String` - packages or modules, i.e. The [`@semantic-release/github`](https://github.com/semantic-release/github) module -- Use the the [triple backtick `code` formatting](https://help.github.com/articles/creating-and-highlighting-code-blocks) for: +- Use the [triple backtick `code` formatting](https://help.github.com/articles/creating-and-highlighting-code-blocks) for: - code examples - configuration examples - sequence of command lines