From 52872bbafe410fac3f0c73a12bcb8aaf2ca9c668 Mon Sep 17 00:00:00 2001 From: Mark Bond <34947848+bondms@users.noreply.github.com> Date: Wed, 19 Aug 2020 22:58:14 +0100 Subject: [PATCH] Fix minor typo in HTML language name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a115521e..70eab815 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Developers on **GitHub** can call the **GitHub Action** to lint their code base | **ENV** | [dotenv-linter](https://github.com/dotenv-linter/dotenv-linter) | | **Golang** | [golangci-lint](https://github.com/golangci/golangci-lint) | | **Groovy** | [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) | -| **HTMLt** | [HTMLHint](https://github.com/htmlhint/HTMLHint) | +| **HTML** | [HTMLHint](https://github.com/htmlhint/HTMLHint) | | **Java** | [checkstyle](https://checkstyle.org) | | **JavaScript** | [eslint](https://eslint.org/) / [standard js](https://standardjs.com/) | | **JSON** | [jsonlint](https://github.com/zaach/jsonlint) |