diff --git a/docs/contributing/Pull_Requests.mdx b/docs/contributing/Pull_Requests.mdx index f966b1dacc0f..c2c99aa06a6b 100644 --- a/docs/contributing/Pull_Requests.mdx +++ b/docs/contributing/Pull_Requests.mdx @@ -35,7 +35,7 @@ The title of your PR should match the following format: You can find more samples of good past PR titles in [recent commits to `main`](https://github.com/typescript-eslint/typescript-eslint/commits/main): - `fix(scope-manager): correct handling for class static blocks` -- `docs: Fix links to getting started in README.md` +- `docs: fix links to getting started in README.md` Within the body of your PR, make sure you reference the issue that you have worked on, as well as pointing out anything of note you wish us to look at during our review.