From 62ae6e6499e0165b6e972cf026cdd7e7aea5d698 Mon Sep 17 00:00:00 2001 From: Patrick Leonard Date: Sat, 8 Feb 2025 02:55:05 -0600 Subject: [PATCH] Typo in PULL_REQUEST_TEMPLATE.md (#94062) It's the only change I'm qualified to make, haha. --- .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 69ffaed3..6adb3c07 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -Before submitting this pull request, check the changes to see it's only the changes you made intentionallly +Before submitting this pull request, check the changes to see it's only the changes you made intentionally If there are changes to other lines you didn't make deliberately, it's possible that your IDE made the changes with a utility like prettier. Next time, make sure that you only add your changes by using `git add -p` and rather than `git add Contributors.md`