From 8c170f285d71d147558ac9cfe8aea8f5843505f6 Mon Sep 17 00:00:00 2001 From: Dave Jagoda Date: Sat, 21 Sep 2024 12:32:35 -0700 Subject: [PATCH] Update typo in pre-commit-hooks.md Signed-off-by: Dave Jagoda --- docs/how-to/pre-commit-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/pre-commit-hooks.md b/docs/how-to/pre-commit-hooks.md index 80f64e7..98ae848 100644 --- a/docs/how-to/pre-commit-hooks.md +++ b/docs/how-to/pre-commit-hooks.md @@ -76,7 +76,7 @@ done ``` {{< alert type="warning" >}} -This is very basic and higly simplified version of [pre-commit-terraform](https://github.com/antonbabenko/pre-commit-terraform). +This is very basic and highly simplified version of [pre-commit-terraform](https://github.com/antonbabenko/pre-commit-terraform). Please refer to it for complete examples and guides. {{< /alert >}}