CONTRIBUTING: Fix typo

This commit is contained in:
Nicolas Braud-Santoni 2016-02-22 11:35:52 +01:00
parent 0fa99e71c6
commit be5bc17d8f
No known key found for this signature in database
GPG key ID: 06EA317DE11BD278

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.