aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-hook.txt
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-10-08 06:45:22 +0000
committerJunio C Hamano <gitster@pobox.com>2023-10-09 12:06:29 -0700
commit2150b6fb473fe965edc5bbdbcf3b264bdfe544db (patch)
tree5cebf79001e0f7ad94b3fa663d2049189511bd86 /Documentation/git-hook.txt
parentf4e1851a291f550b16b16f0b265b5b15976b8533 (diff)
downloadgit-2150b6fb473fe965edc5bbdbcf3b264bdfe544db.tar.gz
documentation: fix capitalization
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-hook.txt')
-rw-r--r--Documentation/git-hook.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-hook.txt b/Documentation/git-hook.txt
index 25237330b5..f6cc72d2ca 100644
--- a/Documentation/git-hook.txt
+++ b/Documentation/git-hook.txt
@@ -32,7 +32,7 @@ OPTIONS
-------
--to-stdin::
- For "run"; Specify a file which will be streamed into the
+ For "run"; specify a file which will be streamed into the
hook's stdin. The hook will receive the entire file from
beginning to EOF.