Skip to content

Commit 5e6b87e

Browse files
author
Oussama Elgoumri
committed
style(front-door): add missing 'n' to the command used to init commitizen in the help
it's very helpful to just copy to command used to initialize commitizen, but very annoying to keep adding the missing 'n' each time
1 parent 9c561ac commit 5e6b87e

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)