From a2f781a75df8bc7f75533580e8ea8709724cfd88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Daoust?= Date: Thu, 22 Aug 2024 10:56:56 +0200 Subject: [PATCH] Fix typo in doc --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index fc2921aa073..1273c18c221 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -140,7 +140,7 @@ When you have the repository cloned locally, set up your local environment: `git checkout -b ` > [!TIP] -> If you editor supports it, turn on automatic code formatting with Prettier. +> If your editor supports it, turn on automatic code formatting with Prettier. > Read Prettier's [Editor Integration](https://prettier.io/docs/en/editors) documentation for more information. ### Create a new feature from scratch