Skip to content

Commit

Permalink
Merge pull request #52 from OussamaElgoumri/master
Browse files Browse the repository at this point in the history
style(front-door): add missing 'n' to the command used to init commit…
  • Loading branch information
jimthedev committed Nov 1, 2015
2 parents 9c561ac + 5e6b87e commit 8651dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/commitizen.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function bootstrap(environment = {}) {
contributors to follow your commit message conventions using commitizen then
you'll need to run a command like this one to add this adapter to your config:
commitizen init cz-convetional-changelog --save
commitizen init cz-conventional-changelog --save
You should swap out cz-conventional-changelog for the NPM package name of the
adapter you wish you install in your project's package.json.
Expand Down Expand Up @@ -84,4 +84,4 @@ function bootstrap(environment = {}) {
`);
}

}
}

0 comments on commit 8651dd4

Please sign in to comment.