doc: Fix typos in code reviewing doc.

Made some spelling and grammatical changes.
This commit is contained in:
Rishabh-792
2022-01-06 16:58:19 +05:30
committed by Tim Abbott
parent c46dae64a8
commit 1ec018d237

View File

@@ -20,7 +20,7 @@ development community server](https://zulip.com/development-community/), would
help in reaching out to a wider group of reviewers. Either way, please be help in reaching out to a wider group of reviewers. Either way, please be
patient and mindful of the fact that it isn't possible to provide a patient and mindful of the fact that it isn't possible to provide a
quick reply always, but that the reviewer would get to it sooner or later. quick reply always, but that the reviewer would get to it sooner or later.
Lastly, ensuring the your PR passes CI and is organized into coherent Lastly, ensuring that your PR passes CI and is organized into coherent
commits would help save reviewers time, which could otherwise be used commits would help save reviewers time, which could otherwise be used
to dive right into reviewing the PR's core functionality. to dive right into reviewing the PR's core functionality.
@@ -170,8 +170,8 @@ sooner is better.
conflicts) if there are still user experience issues under conflicts) if there are still user experience issues under
discussion for the feature itself. discussion for the feature itself.
- _Completeness._ For refactorings, verify that the changes are - _Completeness._ When reviewing a refactor, verify that the changes are
complete. Usually one can check that efficiently using `git grep`, complete. Usually, one can check that efficiently using `git grep`,
and it's worth it, as we very frequently find issues by doing so. and it's worth it, as we very frequently find issues by doing so.
- _Documentation updates._ If this changes how something works, does it - _Documentation updates._ If this changes how something works, does it