From 7cfa42ce1556f0e8d89a142036485efa130153ec Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 23 Jan 2021 20:28:38 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7e7e45416..4ad970fbc 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -8,9 +8,9 @@ These are mostly guidelines, not rules. Use your best judgment, and feel free to ## Guidelines - Make sure you're editing the latest version. -- If you propose changes make sure it doens't break anything else in the Guides. +- If you propose changes make sure it doesn't break anything else in the Guides. - Make sure that after the changes you don't get any [markdownlint](https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md) errors ## Recommendations -- use [VSCode](https://code.visualstudio.com/) for editing it makes sure the ident is correct and also shows [markdownlint](https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md) errors +- use [VSCode](https://code.visualstudio.com/) for editing with the following extension [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlintd)