From 64189078119d28bd7a98c87ea1a9d4770407c03e Mon Sep 17 00:00:00 2001 From: Roy Date: Thu, 18 Jun 2020 22:13:20 +0200 Subject: [PATCH] docs(readme): fix typo languages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35fe49c8..f60cdaad 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ The super-linter allows you to pass the following `ENV` variables to be able to *Note:* All the `VALIDATE_[LANGUAGE]` variables behave in a specific way. If none of them are passed, then they all default to true. However if any one of the variables are set, we default to leaving any unset variable to false. -This means that if you run the linter "out of the box", all langauges will be checked. +This means that if you run the linter "out of the box", all languages will be checked. But if you wish to select specific linters, we give you full control to choose which linters are run, and won't run anything unexpected.