diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 23abf689..e34598fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -198,7 +198,7 @@ $ pnpm proptypes ### Coding style Please follow the coding style of the project. -MUI Core projects use prettier and ESLint, so if possible, enable linting in your editor to get real-time feedback. +It uses Prettier and ESLint, so if possible, enable linting in your editor to get real-time feedback. - `pnpm prettier` reformats the code. - `pnpm eslint` runs the linting rules.