From 1b86e404b80ec18890151cc95544b3e11d5c6412 Mon Sep 17 00:00:00 2001 From: DatDamnZotz Date: Tue, 5 May 2020 16:33:47 -0600 Subject: [PATCH] Fix typo. --- .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 4411ed275..5baec0250 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,6 +5,6 @@ ## Checklist: - [ ] The code change is tested and works locally. - [ ] I have commented my code, particularly in hard-to-understand areas - - [ ] I have made corresponding changes to the documentation if nessicary + - [ ] I have made corresponding changes to the documentation if necessary - [ ] There is no commented out code in this PR. - [ ] My changes generate no new warnings (check the console) \ No newline at end of file