diff options
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 4b33667..df27a9f 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -872,7 +872,7 @@ to better understand how Git works. The first tree you encounter is the working directory, called the working tree in Git. The tree begins in the -parent so called git directory; +parent of the so called git directory; the directory you executed @command{git init} in, and contains the directory @file{.git}. |