From f62255c207dcc40c528701280abea10fe25c1dfb Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Wed, 30 Aug 2023 10:03:15 -0600 Subject: [PATCH] Fix some spelling errors in the PR template (#555) --- .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 8d73abc20..9bc5f8738 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ Fixes # . - + ## Description @@ -15,7 +15,7 @@ This pull request: - [ ] Did you test this change locally? -- [ ] Did you update the documentaion (if required)? +- [ ] Did you update the documentation (if required)? - [ ] Did you add/update relevant tests for this change (if required)? ## Additional information