From f3d9950fc1da2fb320e8553a157c4d5ce4e0068f Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Sat, 12 Jan 2013 17:19:49 +0400 Subject: [PATCH] =?UTF-8?q?Missed=20=E2=80=9Cfor=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 2dd6527..b4b0fcb 100644 --- a/Contributing.md +++ b/Contributing.md @@ -21,7 +21,7 @@ To contribute to Shower fork needed repository and start making changes. Don't f Please keep existing code style while contributing to Shower and be ready for code review by Shower authors and contributors. It's strognly recommended to validate your JavaScript changes using [JSHint](http://jshint.com/) -By historical reasons, Shower project is using tabs instead of spaces code indentation. It's not a big deal to keep this rule while contributing using you code editor options, even if your code style is 13.4 spaces. +By historical reasons, Shower project is using tabs instead of spaces for code indentation. It's not a big deal to keep this rule while contributing using you code editor options, even if your code style is 13.4 spaces. ## Language