From a60bd91710cdd2c13b146686abad9cf98bac818c Mon Sep 17 00:00:00 2001 From: Aadit Kamat Date: Mon, 1 Jun 2020 18:52:27 +0800 Subject: [PATCH] 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 --- commitizen/commands/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commitizen/commands/init.py b/commitizen/commands/init.py index 31121cb0cf..c8ab4fb97e 100644 --- a/commitizen/commands/init.py +++ b/commitizen/commands/init.py @@ -32,7 +32,7 @@ def __call__(self): values_to_add["version"] = Version(tag).public values_to_add["tag_format"] = self._ask_tag_format(tag) self._update_config_file(values_to_add) - out.write("You can bump the version and create cangelog running:\n") + out.write("You can bump the version and create changelog running:\n") out.info("cz bump --changelog") out.success("The configuration are all set.") else: