]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: hook: remove stray backtick
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Thu, 21 May 2026 16:25:55 +0000 (18:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 May 2026 00:36:19 +0000 (09:36 +0900)
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-hook.adoc

index 46ea52db55f268f75b6585448e71796c7b980df5..96c5c9c3c2310033ec578f641b6202276cc78f89 100644 (file)
@@ -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