diff --git a/docs/contributing/Local_Development.mdx b/docs/contributing/Local_Development.mdx index e4b9f6d83dc7..9b76bdb69b6b 100644 --- a/docs/contributing/Local_Development.mdx +++ b/docs/contributing/Local_Development.mdx @@ -40,7 +40,7 @@ You can also perform them locally. We use [Prettier](https://prettier.io) to auto-format code. A Git pre-commit hook should apply it to all committed changes. -ALternately, you can run `yarn format` in any package or in the root. +Alternately, you can run `yarn format` in any package or in the root. ### Linting