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:
authorBrent Beer <brent.beer@gmail.com>2015-12-30 08:27:51 +0300
committerBrent Beer <brent.beer@gmail.com>2015-12-30 08:27:51 +0300
commit4368290206dfe199f7f8ff645855febfc583a39a (patch)
tree332a7326f1afcfde071623c1d911a798dcd92dfd
parentb64bc94fee3ce0525a25be48a604720de1636340 (diff)
parentce02730efe593b883495da1c73db6ff8d8527e43 (diff)
Merge pull request #81 from leaofelipe/gh-pages
Update Getting and Creating Projects Grammar
-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>