Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Fixing typo in pull request submission documentation. #1070

Merged
merged 1 commit into from
May 31, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions submitting-a-pull-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are testing someones PR, please provide the following feedback:
* are you happy that the change in behaviour works as described, and you have tested the change on all affected operating systems?
* in your opinion, is the code written _sensibly_?
* is it clean and tidy?
* there are and unnecessary changes?
* there are any unnecessary changes?
* is it documented appropriately?