Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-reference.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Leão <felipe@felipeleao.com>2014-04-18 01:21:25 +0400
committerFelipe Leão <felipe@felipeleao.com>2014-04-18 01:21:25 +0400
commitce02730efe593b883495da1c73db6ff8d8527e43 (patch)
tree0a4ca1f855c408cc7fe10e8e0780102cfcee5e3e
parent1d2257fa091e3aa36dd66d12413fb491c5068573 (diff)
Update Getting and Creating Projects Grammar
Change "Have to Have" to "Need do Have"
-rw-r--r--creating/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/creating/index.html b/creating/index.html
index 449859a..dc49109 100644
--- a/creating/index.html
+++ b/creating/index.html
@@ -6,7 +6,7 @@ layout: reference
<h2>Getting and Creating Projects</h2>
<div class="block">
<p>
- In order to do anything in Git, you have to have a Git repository. This
+ In order to do anything in Git, you need to have a Git repository. This
is where Git stores the data for the snapshots you are saving.
</p>