Browse Source

Spelling error in documentation for PR workflow

There is a spelling/grammar error in the PR workflow documentation.

`the Git history might ask your to` should be `the Git history might ask you to`
Hanif A 6 years ago
parent
commit
a2cc687b92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      community/contributing/pr_workflow.rst

+ 1 - 1
community/contributing/pr_workflow.rst

@@ -353,7 +353,7 @@ Mastering the PR workflow: the rebase
 -------------------------------------
 -------------------------------------
 
 
 On the situation outlined above, your fellow contributors who are particularly
 On the situation outlined above, your fellow contributors who are particularly
-pedantic regarding the Git history might ask your to *rebase* your branch to
+pedantic regarding the Git history might ask you to *rebase* your branch to
 *squash* or *meld* the last two commits together (i.e. the two related to the
 *squash* or *meld* the last two commits together (i.e. the two related to the
 project manager), as the second commit basically fixes an issue in the first one.
 project manager), as the second commit basically fixes an issue in the first one.