From 2feaf4e977c5e7392ef42689b34d60c4d2f40f4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fred=20Maranh=C3=A3o?= Date: Wed, 11 Jun 2008 19:09:48 -0400 Subject: [PATCH] fix typo in tutorial Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- Documentation/tutorial.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT