init docs: correct a punctuation typo
Signed-off-by: Kyle Meyer <kyle@kyleam.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Kyle Meyer committed
Jan 24, 2019 at 16:44 UTC
86fb1c4e770e201b136a81cc3f4a3b2e592961c2
1 file changed
+1
-1
Documentation/git-init.txt
+1
-1
@@ -132,7 +132,7 @@ The template directory will be one of the following (in order):
132
The default template directory includes some directory structure, suggested
133
"exclude patterns" (see linkgit:gitignore[5]), and sample hook files.
134
135
-The sample hooks are all disabled by default, To enable one of the
135
+The sample hooks are all disabled by default. To enable one of the
136
sample hooks rename it by removing its `.sample` suffix.
137
138
See linkgit:githooks[5] for more general info on hook execution.