From d6c2edeaf9d14e12f56aa38abf81ace7312fdd0b Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Fri, 22 Jan 2021 08:14:18 +0100 Subject: [PATCH] meta: Fix typos in PR template (#1197) --- .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 42620c522a..983a68dd36 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,8 +12,8 @@ ## :pencil: Checklist -- [ ] I reviewed submitted code -- [ ] I added tests to verify changes +- [ ] I reviewed the submitted code +- [ ] I added tests to verify the changes - [ ] No breaking changes