From be5bc17d8f5b0b32562fdf8ed1cdc50658d66ecd Mon Sep 17 00:00:00 2001 From: Nicolas Braud-Santoni Date: Mon, 22 Feb 2016 11:35:52 +0100 Subject: [PATCH] CONTRIBUTING: Fix typo --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e615fb8..8e541be 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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.