From 154144a8347a9be03c65e0992729a014e05b86af Mon Sep 17 00:00:00 2001 From: Tim Broder Date: Tue, 1 Nov 2016 13:33:43 -0400 Subject: [PATCH] fix typo in PULL_REQUEST_TEMPLATE.md --- .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 857367b6..aba68f86 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ * [ ] I have updated this branch with the latest master to avoid conflicts (via merge from master or rebase) * [ ] I have added the required tests to prove the fix/feature I am adding -* [ ] I have updated the documentation (if necesarry) +* [ ] I have updated the documentation (if necessary) * [ ] I have run the tests and they pass * [ ] I have run the lint and it passes (`pod lib lint`)