fix(documentation): Contributing.md typo

Fixes 'consice' typo to 'concise' in CONTRIBUTING.md

Fixes #1136
This commit is contained in:
Julian Laval
2016-01-14 18:29:49 +00:00
parent bf05dbcca8
commit 9d29e4491f

View File

@@ -59,7 +59,7 @@ Fixes #82
* The scope should be where the change took place.
* Examples: users, core, config, articles
* Subject:
* The subject line should be clear and consice as to what is being accomplished in the commit.
* The subject line should be clear and concise as to what is being accomplished in the commit.
* General Rules:
* No Line in the Commit message can be longer than 80 characters.
* Refrence: [Angular Conventions](https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md)