aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-init.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-02-06 22:05:21 -0800
committerJunio C Hamano <gitster@pobox.com>2019-02-06 22:05:21 -0800
commita3d41733f9dd0d638d1538b54d516fed033c165b (patch)
tree6dd3c1232ad9487a7a2ed2c0dd1c524bbe6aa35a /Documentation/git-init.txt
parent8fe9c3f21dff206acb464d86cbd3bf4dbbb94f38 (diff)
parent86fb1c4e770e201b136a81cc3f4a3b2e592961c2 (diff)
downloadgit-a3d41733f9dd0d638d1538b54d516fed033c165b.tar.gz
Merge branch 'km/init-doc-typofix'
Docfix. * km/init-doc-typofix: init docs: correct a punctuation typo
Diffstat (limited to 'Documentation/git-init.txt')
-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 057076ca38..32880aafb0 100644
--- a/Documentation/git-init.txt
+++ b/Documentation/git-init.txt
@@ -128,7 +128,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.