From d1ec57e2d903c9550f6e3d22475884013c6a38e4 Mon Sep 17 00:00:00 2001 From: Maksym Vlasov Date: Wed, 1 Nov 2023 16:15:17 +0200 Subject: [PATCH] Apply suggestions from code review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5079c181b..9970ea062 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ Check the [source file](https://github.com/antonbabenko/pre-commit-terraform/blo ### Known limitations -Terraform operate on per-dir basic, when `pre-commit` only supports files and files that exist. That means if you only remove tf-related file without any other changes in same dir, check will be skipped. Example and details [here](https://github.com/pre-commit/pre-commit/issues/3048) +Terraform operates on per-dir basis, when `pre-commit` only supports files and files that exist. That means if you only remove the tf-related file without any other changes in the same dir, checks will be skipped. Example and details [here](https://github.com/pre-commit/pre-commit/issues/3048) ### All hooks: Usage of environment variables in `--args`