Skip to content

Commit 9ef6685

Browse files
committed
Fix a non-existent word
Signed-off-by: Thomas Ackermann <[email protected]>
1 parent 20fce7f commit 9ef6685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/C-git-commands/1-git-commands.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ We set up highly custom refspecs in order to make `git fetch` do something a lit
259259

260260
The `git pull` command is basically a combination of the `git fetch` and `git merge` commands, where Git will fetch from the remote you specify and then immediately try to merge it into the branch you're on.
261261

262-
We introduce it quicking in <<_fetching_and_pulling>> and show how to see what it will merge if you run it in <<_inspecting_remote>>.
262+
We introduce it quickly in <<_fetching_and_pulling>> and show how to see what it will merge if you run it in <<_inspecting_remote>>.
263263

264264
We also see how to use it to help with rebasing difficulties in <<_rebase_rebase>>.
265265

0 commit comments

Comments
 (0)