Skip to content

Commit 4955dac

Browse files
committed
Merge pull request swiftlang#63 from thelastjedi/patch-1
typo fix
2 parents 76621aa + 95dde43 commit 4955dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GitWorkflows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ In Git, instead of performing SVN update, one pulls from the remote repository::
128128
$ git pull --rebase origin master
129129

130130
This will pull any new remote commits into your local repository and then replay
131-
your current local commits ontop of those new commits.
131+
your current local commits on top of those new commits.
132132

133133
By default the '--rebase' flag is not necessary for the Swift repository because
134134
it is configured to always rebase by setting the 'branch.autosetuprebase' flag

0 commit comments

Comments
 (0)