Merge pull request #147 from donroyco/donroyco-patch-1

docs(readme): fix typo languages
This commit is contained in:
Lukas Gravley 2020-06-18 15:39:03 -05:00 committed by GitHub
commit 244a841d9d
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.
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.