Skip to content

Commit c43d6f1

Browse files
authored
Fix enhancement typo (#3115)
1 parent 235a19b commit c43d6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/new-change

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ TEMPLATE = """\
5757
# feature: A larger feature or change in behavior, usually resulting in a
5858
# minor version bump.
5959
# bugfix: Fixing a bug in an existing code path.
60-
# enhancment: Small change to an underlying implementation detail.
60+
# enhancement: Small change to an underlying implementation detail.
6161
# api-change: Changes to a modeled API.
6262
type: {change_type}
6363

0 commit comments

Comments
 (0)