From 9f6c495dd5e5f84c9da865f2c3f29d4fef7b44f1 Mon Sep 17 00:00:00 2001 From: Mayank Kamboj Date: Wed, 11 Oct 2023 14:50:51 +0530 Subject: [PATCH] change those->some for clarity --- contributing/repository/linting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/repository/linting.md b/contributing/repository/linting.md index 513797ce7e280..30535fdd6d0cf 100644 --- a/contributing/repository/linting.md +++ b/contributing/repository/linting.md @@ -14,7 +14,7 @@ If you get errors, you can run the ESLint and Prettier auto-fix using: pnpm lint-fix ``` -Not all rules can be auto-fixed, those require manual changes. +Not all rules can be auto-fixed, some require manual changes. If you get a warning by alex, follow the instructions to correct the language.