From 4b549d80346f111d49c75c779d288fa22f776d0a Mon Sep 17 00:00:00 2001 From: bigTunaHeb Date: Tue, 21 Jun 2016 11:35:34 +0300 Subject: [PATCH] fix(typo): fixed a typo in PULL REQUEST template file (#1372) Line 18 change "like like" to "look like" Line 38 fixed a typo in "reference" --- PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index cb8ac6e0..db14d108 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -15,7 +15,7 @@ An example, references as to where this idea came from, etc. The footer should have all the issues tagged: Fixes #123, Fixes #456 -So a commit should like like: +So a commit should look like: feat(users): Add new Yahoo authentication Yahoo authentication idea proposed by @codydaig @@ -35,4 +35,4 @@ Fixes #82 * 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) +* Reference: [Angular Conventions](https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md)