Committed by
GitHub
Merge pull request #1713 from timbroder/timbroder-patch-2
fix typo in PULL_REQUEST_TEMPLATE.md
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | 6 | ||
7 | * [ ] I have updated this branch with the latest master to avoid conflicts (via merge from master or rebase) | 7 | * [ ] I have updated this branch with the latest master to avoid conflicts (via merge from master or rebase) |
8 | * [ ] I have added the required tests to prove the fix/feature I am adding | 8 | * [ ] I have added the required tests to prove the fix/feature I am adding |
9 | -* [ ] I have updated the documentation (if necesarry) | 9 | +* [ ] I have updated the documentation (if necessary) |
10 | * [ ] I have run the tests and they pass | 10 | * [ ] I have run the tests and they pass |
11 | * [ ] I have run the lint and it passes (`pod lib lint`) | 11 | * [ ] I have run the lint and it passes (`pod lib lint`) |
12 | 12 |
-
Please register or login to post a comment