From 6c650492ea8c8f6fe3b8faece627210b72ccfb69 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Fri, 29 Jul 2022 16:47:03 -0500 Subject: [PATCH] typo, correct case --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2cd3f965..2aede3f8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,8 +13,8 @@ Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -- [ ] Documentation change (Non-code changea affecting only the wiki) -- [ ] Infrastructure change (Changes related to the github repo, build process, or the like) +- [ ] Documentation change (non-code changes affecting only the wiki) +- [ ] Infrastructure change (changes related to the github repo, build process, or the like) ## Checklist