From fa0423af7f8453f6c97b915b3b026f258b76a600 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Wed, 1 Dec 2021 07:00:34 +0530 Subject: [PATCH] docs: fix typo in PR template (#15365) * docs: fix typo in PR template * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Nitin Kumar Co-authored-by: Nicholas C. Zakas --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e15677eada1..e2d756628cb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,7 +19,7 @@ [ ] Bug fix ([template](https://raw.githubusercontent.com/eslint/eslint/HEAD/templates/bug-report.md)) [ ] New rule ([template](https://raw.githubusercontent.com/eslint/eslint/HEAD/templates/rule-proposal.md)) [ ] Changes an existing rule ([template](https://raw.githubusercontent.com/eslint/eslint/HEAD/templates/rule-change-proposal.md)) -[ ] Add autofixing to a rule +[ ] Add autofix to a rule [ ] Add a CLI option [ ] Add something to the core [ ] Other, please explain: