Skip to content

Commit a60bd91

Browse files
author
Aadit Kamat
committed
style(init): fix typo in init script
I was trying out commitizen when I noticed the typo and so thought I would help fix it
1 parent bbcc922 commit a60bd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/commands/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __call__(self):
3232
values_to_add["version"] = Version(tag).public
3333
values_to_add["tag_format"] = self._ask_tag_format(tag)
3434
self._update_config_file(values_to_add)
35-
out.write("You can bump the version and create cangelog running:\n")
35+
out.write("You can bump the version and create changelog running:\n")
3636
out.info("cz bump --changelog")
3737
out.success("The configuration are all set.")
3838
else:

0 commit comments

Comments
 (0)