From 53887f45993d565ffa96a662c153d9e97d901e5b Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Sun, 20 Jan 2013 14:38:02 +0400 Subject: [PATCH] Missed period. --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index b4b0fcb..0e8aa5b 100644 --- a/Contributing.md +++ b/Contributing.md @@ -19,7 +19,7 @@ To contribute to Shower fork needed repository and start making changes. Don't f ## Code style -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/) +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 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.