summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-01-24 21:44:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-01-31 17:47:20 (GMT)
commit86fb1c4e770e201b136a81cc3f4a3b2e592961c2 (patch)
treea0661bf67a480fd36bc7764a952cb56cd939eec8 /Documentation
parent0d0ac3826a3bbb9247e39e12623bbcfdd722f24c (diff)
downloadgit-86fb1c4e770e201b136a81cc3f4a3b2e592961c2.zip
git-86fb1c4e770e201b136a81cc3f4a3b2e592961c2.tar.gz
git-86fb1c4e770e201b136a81cc3f4a3b2e592961c2.tar.bz2
init docs: correct a punctuation typo
Signed-off-by: Kyle Meyer <kyle@kyleam.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-init.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt
index 3c5a67f..fd2c9df 100644
--- a/Documentation/git-init.txt
+++ b/Documentation/git-init.txt
@@ -132,7 +132,7 @@ The template directory will be one of the following (in order):
The default template directory includes some directory structure, suggested
"exclude patterns" (see linkgit:gitignore[5]), and sample hook files.
-The sample hooks are all disabled by default, To enable one of the
+The sample hooks are all disabled by default. To enable one of the
sample hooks rename it by removing its `.sample` suffix.
See linkgit:githooks[5] for more general info on hook execution.