From a991588c6b4f945eab7b331fb68a9c58d4f61f82 Mon Sep 17 00:00:00 2001 From: Mike Pennisi Date: Sun, 29 Apr 2018 20:35:57 -0400 Subject: [PATCH] Correct typo --- C-git-commands.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C-git-commands.asc b/C-git-commands.asc index 28518d5b5..893ae811a 100644 --- a/C-git-commands.asc +++ b/C-git-commands.asc @@ -279,7 +279,7 @@ When you are ready to share your work or pull changes from elsewhere, there are The `git fetch` command communicates with a remote repository and fetches down all the information that is in that repository that is not in your current one and stores it in your local database. -We first look at this command in <> and we continue to see examples of it use in <>. +We first look at this command in <> and we continue to see examples of its use in <>. We also use it in several of the examples in <>.