Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
fix(typo): fixed a typo in PULL REQUEST template file (#1372)
Browse files Browse the repository at this point in the history
Line 18 change "like like" to "look like"
Line 38 fixed a typo in "reference"
  • Loading branch information
bigTunaHeb authored and lirantal committed Jun 21, 2016
1 parent 2ad422c commit 4b549d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

0 comments on commit 4b549d8

Please sign in to comment.