From 2d7a2fb25636448b1131e623553e72c615c6030d Mon Sep 17 00:00:00 2001 From: Andriy Nazaruk <42734108+anazaruk2907@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:31:19 +0300 Subject: [PATCH] docs: Fix typo and check all development flow (#694) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11267ed34..b41292ad8 100644 --- a/README.md +++ b/README.md @@ -788,7 +788,7 @@ To replicate functionality in `terraform_docs` hook: - --args=--config=__GIT_WORKING_DIR__/.tflint.hcl ``` -3. By default, pre-commit-terraform performs directory switching into the terraform modules for you. If you want to delgate the directory changing to the binary - this will allow tflint to determine the full paths for error/warning messages, rather than just module relative paths. *Note: this requires `tflint>=0.44.0`.* For example: +3. By default, pre-commit-terraform performs directory switching into the terraform modules for you. If you want to delegate the directory changing to the binary - this will allow tflint to determine the full paths for error/warning messages, rather than just module relative paths. *Note: this requires `tflint>=0.44.0`.* For example: ```yaml - id: terraform_tflint