From: John Daly Date: Sun, 26 Mar 2017 20:27:53 +0000 (+0100) Subject: Fix typo X-Git-Tag: live~3501 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ad571f27d8c782199e03782d82b0175925bdbae9 Fix typo Closes #1502 --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9da33fe8c..477e8c63f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ When writing code it is generally a good idea to try and match your formatting to that of any existing code in the same file, or to other similar files if you are writing new code. Consistency of layout is -far more important that the layout itself as it makes reading code +far more important than the layout itself as it makes reading code much easier. One golden rule of formatting -- please don't use tabs in your code