Skip to content

Commit

Permalink
Fix: Change log → changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Oct 15, 2019
1 parent 6b82ee7 commit 2200975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terms.json
Expand Up @@ -102,6 +102,7 @@
["auto[- ]fixing", "autofixing"],
["back[- ]end(\\w*)", "backend$1"],
["bug[- ]fix(es?)", "bugfix$1"],
["change[- ]log(s?)", "changelog$1"],
["check[- ]box(es?)", "checkbox$1"],
["code[- ]base(es?)", "codebase$1"],
["co[- ]locate(d?)", "colocate$1"],
Expand Down Expand Up @@ -134,7 +135,6 @@
["wild[- ]card(s?)", "wildcard$1"],

// Multiple words
["change-?log(s?)", "change log$1"],
["css-?in-?js", "CSS in JS"],
["code-?review(s?)", "code review$1"],
["code-?splitting", "code splitting"],
Expand Down

0 comments on commit 2200975

Please sign in to comment.