doc: hook: remove stray backtick

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Kristoffer Haugsbakk committed May 21, 2026 at 18:25 UTC c8a3ceaa2f2c01d778e10685fc8de70592eefb2c
1 file changed +1 -1
Documentation/git-hook.adoc
+1 -1
@@ -41,7 +41,7 @@ spell-checker for your commit messages, you would write a configuration like so:
41
42 With this config, when you run 'git commit', first `~/bin/linter --cpp20` will
43 have a chance to check your files to be committed (during the `pre-commit` hook
44 -event`), and then `~/bin/spellchecker` will have a chance to check your commit
44 +event), and then `~/bin/spellchecker` will have a chance to check your commit
45 message (during the `commit-msg` hook event).
46
47 Commands are run in the order Git encounters their associated