From fb4efa35c5e68ef4ea91ab3339909f5b685ae450 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 20 Apr 2021 00:57:17 +0200 Subject: [PATCH] Fixing a 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 bccdb2b1..665f3f19 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue. -## Informations +## Information - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] New public API added - [ ] Non-breaking changes