From b3edc32c2e79fa8f3fde588a0a30b9e7c0051ce0 Mon Sep 17 00:00:00 2001 From: jundi14 <57140394+jundi14@users.noreply.github.com> Date: Tue, 29 Oct 2019 21:43:48 +0700 Subject: [PATCH] typo hello brother I found a writing error formated >>formatted --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ad3e779d6..f02f223283 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -156,7 +156,7 @@ Before submitting an issue you need to make sure: - You have tried all the following (if relevant) and your issue remains: - Make sure you have the right application started. - Make sure the [issue template](.github/ISSUE_TEMPLATE) is respected. - - Make sure your issue body is readable and [well formated](https://guides.github.com/features/mastering-markdown). + - Make sure your issue body is readable and [well formatted](https://guides.github.com/features/mastering-markdown). - Make sure you've killed the Strapi server with CTRL+C and started it again. - Make sure the application you are using to reproduce the issue has a clean `node_modules` directory, meaning: - no dependencies are linked (e.g. you haven't run `npm link`)