From 9d29e4491fe9ea515fef841d37ef704cdc769d7e Mon Sep 17 00:00:00 2001 From: Julian Laval Date: Thu, 14 Jan 2016 18:29:49 +0000 Subject: [PATCH] fix(documentation): Contributing.md typo Fixes 'consice' typo to 'concise' in CONTRIBUTING.md Fixes #1136 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 585b421c..6a0cd645 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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)