diff mbox series

init docs: correct a punctuation typo

Message ID 20190124214416.19924-1-kyle@kyleam.com (mailing list archive)
State New, archived
Headers show
Series init docs: correct a punctuation typo | expand

Commit Message

Kyle Meyer Jan. 24, 2019, 9:44 p.m. UTC
Signed-off-by: Kyle Meyer <kyle@kyleam.com>
---
 Documentation/git-init.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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.