From 95abe209e7c5ff484be6a235e125f2a6ccebbe8b Mon Sep 17 00:00:00 2001 From: aziz58 Date: Mon, 3 Oct 2022 09:16:33 +0100 Subject: [PATCH] Update what-is-git.asc --- book/01-introduction/sections/what-is-git.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/01-introduction/sections/what-is-git.asc b/book/01-introduction/sections/what-is-git.asc index 23769b95b..343ec2a31 100644 --- a/book/01-introduction/sections/what-is-git.asc +++ b/book/01-introduction/sections/what-is-git.asc @@ -83,7 +83,7 @@ Git has three main states that your files can reside in: _modified_, _staged_, a * Staged means that you have marked a modified file in its current version to go into your next commit snapshot. * Committed means that the data is safely stored in your local database. -This leads us to the three main sections of a Git project: the working tree, the staging area, and the Git directory. +This leads us to the three main sections of a Git project: the working directory, the staging area, and the Git directory. .Working tree, staging area, and Git directory image::images/areas.png["Working tree, staging area, and Git directory."]