From 922ce4989c7847018620beed19b4da3850ffe25f Mon Sep 17 00:00:00 2001 From: Shilpi <38474404+shillpi@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:33:26 -0400 Subject: [PATCH] Cleaning up grammar in 5-tips-for-better-pull-requests.md --- content/snippets/git/s/5-tips-for-better-pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/snippets/git/s/5-tips-for-better-pull-requests.md b/content/snippets/git/s/5-tips-for-better-pull-requests.md index 0f33b8f5376..a735994a584 100644 --- a/content/snippets/git/s/5-tips-for-better-pull-requests.md +++ b/content/snippets/git/s/5-tips-for-better-pull-requests.md @@ -30,4 +30,4 @@ Before submitting your pull request for review, always take the time to review i ### Respond to reviews -Set some time aside to respond to reviews after submitting your pull request. Handle anything you can as soon as possible and start discussion whenever necessary to arrive to a solution. Use `--fixup` for changes suggested in review comments or add new commits to help reviewers parse new changes more easily. Finally, assume good intentions, be polite and thank your peers. +Set some time aside to respond to reviews after submitting your pull request. Handle anything you can as soon as possible and start discussion whenever necessary to arrive at a solution. Use `--fixup` for changes suggested in review comments or add new commits to help reviewers parse new changes more easily. Finally, assume good intentions, be polite and thank your peers.