Fixed typo in pr_workflow.rst (#8671)

* Fixed typo in pr_workflow.rst
This commit is contained in:
Rama Del Maestro
2023-12-26 18:49:45 -08:00
committed by Max Hilbrunner
parent 90a56987e0
commit 5a6f6eb8aa

View File

@@ -436,7 +436,7 @@ The interactive rebase
If you didn't follow the above steps closely to *amend* changes into a commit
instead of creating fixup commits, or if you authored your changes without being
aware of our workflow and Git usage tips, reviewers might request of your to
aware of our workflow and Git usage tips, reviewers might request you to
*rebase* your branch to *squash* some or all of the commits into one.
Indeed, if some commits have been made following reviews to fix bugs, typos, etc.