Skip to content

Commit 8651dd4

Browse files
committed
Merge pull request #52 from OussamaElgoumri/master
style(front-door): add missing 'n' to the command used to init commit…
2 parents 9c561ac + 5e6b87e commit 8651dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli/commitizen.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function bootstrap(environment = {}) {
5353
contributors to follow your commit message conventions using commitizen then
5454
you'll need to run a command like this one to add this adapter to your config:
5555
56-
commitizen init cz-convetional-changelog --save
56+
commitizen init cz-conventional-changelog --save
5757
5858
You should swap out cz-conventional-changelog for the NPM package name of the
5959
adapter you wish you install in your project's package.json.
@@ -84,4 +84,4 @@ function bootstrap(environment = {}) {
8484
`);
8585
}
8686

87-
}
87+
}

0 commit comments

Comments
 (0)