summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristoffer Haugsbakk <code@khaugsbakk.name>2026-05-21 18:25:55 +0200
committerJunio C Hamano <gitster@pobox.com>2026-05-22 09:36:19 +0900
commitc8a3ceaa2f2c01d778e10685fc8de70592eefb2c (patch)
tree5bcad3a23cad2bc9405095bfdc4cb10e239a59e5
parent6a4418c36d6bad69a599044b3cf49dcbd049cb45 (diff)
doc: hook: remove stray backtick
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-hook.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-hook.adoc b/Documentation/git-hook.adoc
index 46ea52db55..96c5c9c3c2 100644
--- a/Documentation/git-hook.adoc
+++ b/Documentation/git-hook.adoc
@@ -41,7 +41,7 @@ spell-checker for your commit messages, you would write a configuration like so:
With this config, when you run 'git commit', first `~/bin/linter --cpp20` will
have a chance to check your files to be committed (during the `pre-commit` hook
-event`), and then `~/bin/spellchecker` will have a chance to check your commit
+event), and then `~/bin/spellchecker` will have a chance to check your commit
message (during the `commit-msg` hook event).
Commands are run in the order Git encounters their associated