From e4d44a633e1d685fdad763008f05756a27befbf8 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Mon, 16 Mar 2020 18:46:53 +0200 Subject: [PATCH] index: use backtics for post-checkout Typo from https://github.com/pre-commit/pre-commit.github.io/pull/307 --- index.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mako b/index.mako index d6d16aed..faaee429 100644 --- a/index.mako +++ b/index.mako @@ -312,7 +312,7 @@ repository's configuration. =r= =c= `stages` =c= (optional) confines the hook to the `commit`, `merge-commit`, `push`, - `prepare-commit-msg`, `commit-msg`, 'post-checkout', or `manual` stage. See + `prepare-commit-msg`, `commit-msg`, `post-checkout`, or `manual` stage. See [Confining hooks to run at certain stages](#confining-hooks-to-run-at-certain-stages). =r= =c= `additional_dependencies`