Skip to content

Commit 95dde43

Browse files
committed
fix typo
'on top' in place of 'ontop'
1 parent 9243042 commit 95dde43

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)