summaryrefslogtreecommitdiffstats
path: root/eng/vc-users.rst
diff options
context:
space:
mode:
Diffstat (limited to 'eng/vc-users.rst')
-rw-r--r--eng/vc-users.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/vc-users.rst b/eng/vc-users.rst
index d7ae90e..4220de3 100644
--- a/eng/vc-users.rst
+++ b/eng/vc-users.rst
@@ -384,7 +384,7 @@ Rebasing
An alternative to the merge command is rebase, which replays the changes
(commits) on one branch onto another. ``git rebase`` finds the common ancestor
-of the two branches, stores each commit of the branch you’re on to temporary
+of the two branches, stores each commit of the branch you are on to temporary
files and applies each commit in order.
For example