From a8139f0388cd00bddc9ecd1fc72b5b1eed2192f8 Mon Sep 17 00:00:00 2001 From: Soumil Datta <35431692+soumildatta@users.noreply.github.com> Date: Tue, 1 Jan 2019 11:31:51 -0600 Subject: [PATCH] Changed "will have" to "has" on line 27 (#29950) change from future to present tense, as it is more proper. --- guide/english/git/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/git/index.md b/guide/english/git/index.md index 2c0b75ab14..731ba2cb70 100644 --- a/guide/english/git/index.md +++ b/guide/english/git/index.md @@ -24,7 +24,7 @@ When Git is initialized in a project directory, it begins tracking file changes - [More Information](#more-information) ### Understand the Three Sections of a Git Project -A Git project will have the following three main sections: +A Git project has the following three main sections: 1. Git directory 2. Working directory (or working tree) 3. Staging area