Merge pull request #288 from nbraud/typo

CONTRIBUTING: Fix typo
This commit is contained in:
Tiago Ilieve 2016-02-22 09:07:47 -03:00
commit 6c8847de36

View file

@ -118,7 +118,7 @@ Use a json-schema to check for allowed settings
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The json-schema may be verbose but it keeps the bulk of check work outside the
python code, which is a big plus when it comes to readability.
This only applies bas long as the checks are simple.
This only applies as long as the checks are simple.
You can of course fall back to doing the check in python when that solution is
considerably less complex.