docs(readme): fix typo languages

This commit is contained in:
Roy 2020-06-18 22:13:20 +02:00 committed by GitHub
parent 8cd1d3525c
commit 6418907811
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. *Note:* All the `VALIDATE_[LANGUAGE]` variables behave in a specific way.
If none of them are passed, then they all default to true. 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. 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, 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. and won't run anything unexpected.