From: Fred Maranhão Date: Wed, 11 Jun 2008 23:09:48 +0000 (-0400) Subject: fix typo in tutorial X-Git-Tag: v1.5.5.5~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2feaf4e977c5e7392ef42689b34d60c4d2f40f4f?ds=inline;hp=--cc fix typo in tutorial Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- 2feaf4e977c5e7392ef42689b34d60c4d2f40f4f diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt index e2bbda53f0..a8c5efbf07 100644 --- a/Documentation/tutorial.txt +++ b/Documentation/tutorial.txt @@ -103,7 +103,7 @@ newly modified content to the index. Finally, commit your changes with: $ git commit ------------------------------------------------ -This will again prompt your for a message describing the change, and then +This will again prompt you for a message describing the change, and then record a new version of the project. Alternatively, instead of running `git add` beforehand, you can use