From 824b19f9c95e1db4fbf8d78d019137b41910ba98 Mon Sep 17 00:00:00 2001 From: TomBCodes <93219149+TomBCodes@users.noreply.github.com> Date: Sat, 6 Aug 2022 03:36:22 +0100 Subject: [PATCH] Fix grammar error in Pull request workflow (#6039) Co-authored-by: Hugo Locurcio --- community/contributing/pr_workflow.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/contributing/pr_workflow.rst b/community/contributing/pr_workflow.rst index 7f528747a..8f0d17f70 100644 --- a/community/contributing/pr_workflow.rst +++ b/community/contributing/pr_workflow.rst @@ -399,8 +399,8 @@ However, be aware that in our PR workflow, we favor commits that bring the codebase from one functional state to another functional state, without having intermediate commits fixing up bugs in your own code or style issues. Most of the time, we will prefer a single commit in a given PR (unless there's a good -reason to keep the changes separate), so instead of authoring a new commit, -considering using ``git commit --amend`` to amend the previous commit with your +reason to keep the changes separate). Instead of authoring a new commit, +consider using ``git commit --amend`` to amend the previous commit with your fixes. The above example would then become: ::