From be35583eab5aa85c8ee715275ac7c2e6825330a3 Mon Sep 17 00:00:00 2001 From: SangND Date: Fri, 19 Jun 2020 02:10:08 +0700 Subject: [PATCH] README: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fd43bf2..35fe49c8 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ jobs: ## Environment variables The super-linter allows you to pass the following `ENV` variables to be able to trigger different functionality. -*Note:* All the `VALIDATE_[LANGAUGE]` variables behave in a specific way. +*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.