浏览代码

Fixed typo in pr_workflow.rst (#8671)

* Fixed typo in pr_workflow.rst
Rama Del Maestro 1 年之前
父节点
当前提交
ae7aa1d615
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contributing/workflow/pr_workflow.rst

+ 1 - 1
contributing/workflow/pr_workflow.rst

@@ -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.