Skip to content

Commit 2feaf4e

Browse files
FredMaranhaogitster
authored andcommitted
fix typo in tutorial
Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 22e801f commit 2feaf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/tutorial.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ newly modified content to the index. Finally, commit your changes with:
103103
$ git commit
104104
------------------------------------------------
105105

106-
This will again prompt your for a message describing the change, and then
106+
This will again prompt you for a message describing the change, and then
107107
record a new version of the project.
108108

109109
Alternatively, instead of running `git add` beforehand, you can use

0 commit comments

Comments
 (0)