Skip to content

Commit f9eb30f

Browse files
committed
chore: minor wording change
1 parent afae9bf commit f9eb30f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/chloggen-wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ translate_change_type() {
7676
feat) echo enhancement;;
7777
fix) echo bug_fix;;
7878
docs) echo new_component;;
79-
*) echo "Error: invalid change_type '$1'. Must be one of: feat, fix, docs" >&2; return 1;;
79+
*) echo "Error: invalid change_type '$1'. Specify one of [feat fix docs]" >&2; return 1;;
8080
esac
8181
}
8282

0 commit comments

Comments
 (0)