Skip to content

Commit 8de7e9c

Browse files
committed
Merge branch 'maint'
* maint: fix typo in tutorial
2 parents 8c372fb + 2feaf4e commit 8de7e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gittutorial.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ newly modified content to the index. Finally, commit your changes with:
114114
$ git commit
115115
------------------------------------------------
116116

117-
This will again prompt your for a message describing the change, and then
117+
This will again prompt you for a message describing the change, and then
118118
record a new version of the project.
119119

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

0 commit comments

Comments
 (0)