summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_posts/2009-06-13-fork-a-repo.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2009-06-13-fork-a-repo.markdown b/_posts/2009-06-13-fork-a-repo.markdown
index 439f838..a641b4e 100644
--- a/_posts/2009-06-13-fork-a-repo.markdown
+++ b/_posts/2009-06-13-fork-a-repo.markdown
@@ -31,7 +31,7 @@ You’ve successfully forked the Spoon-Knife repo, but so far it only exists
2. <span class="step-title">Configure remotes</span>
- When clone a repo, it has a default remote called `origin` that points to your fork on GitHub, not the original repo it was forked from. To keep track of the original repo, you need to add another remote named `upstream`:
+ When a repo is cloned, it has a default remote called `origin` that points to your fork on GitHub, not the original repo it was forked from. To keep track of the original repo, you need to add another remote named `upstream`:
<div class="more-info">
<h4 class="compressed">More about remotes</h4>