Skip to content

Commit 0430916

Browse files
authored
Fix typo
1 parent e309b4f commit 0430916

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ supported hooks are:
88
* **terraform-fmt**: Automatically run `terraform fmt` on all Terraform code (`*.tf` files).
99
* **terraform-validate**: Automatically run `terraform validate` on all Terraform code (`*.tf` files).
1010
* **tflint**: Automatically run [`tflint`](https://github.com/terraform-linters/tflint) on all Terraform code (`*.tf` files).
11-
* **shellcheck**: Run [`shellcheck`](https://www.shellcheck.net/) to lint files that contain a bash [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix))
11+
* **shellcheck**: Run [`shellcheck`](https://www.shellcheck.net/) to lint files that contain a bash [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)).
1212
* **gofmt**: Automatically run `gofmt` on all Golang code (`*.go` files).
13-
* **golint**: Automatically run `golint` on all Golang code (`*.go` files)
13+
* **golint**: Automatically run `golint` on all Golang code (`*.go` files).
1414
* **yapf**: Automatically run [`yapf`](https://github.com/google/yapf) on all python code (`*.py` files).
15-
* **helmlint** Automatically run [`helm lint`](https://github.com/helm/helm/blob/master/docs/helm/helm_lint.md) on your
15+
* **helmlint** Automatically run [`helm lint`](https://github.com/helm/helm/blob/master/docs/helm/helm_lint.md) on your Helm chart files. [See caveats here](#helm-lint-caveats).
1616
* **markdown-link-check** Automatically run [markdown-link-check](https://github.com/tcort/markdown-link-check) on
1717
markdown doc files.
1818

0 commit comments

Comments
 (0)