From ce02730efe593b883495da1c73db6ff8d8527e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Le=C3=A3o?= Date: Thu, 17 Apr 2014 18:21:25 -0300 Subject: [PATCH] Update Getting and Creating Projects Grammar Change "Have to Have" to "Need do Have" --- creating/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@

Getting and Creating Projects

- 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.