Skip to content

Commit bdca2cb

Browse files
fix: update terminology rule to standardize "Bug Fixes" term
1 parent 2cb1d10 commit bdca2cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.textlintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"rules": {
33
"terminology": {
44
"defaultTerms": true,
5-
"terms": [["[Bb]ugfix(es)?", false]]
5+
"terms": [["Bug Fixes", false]]
66
}
77
}
88
}

0 commit comments

Comments
 (0)