Skip to content

Commit

Permalink
fix: Allow plural "command-line tools"
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed May 21, 2024
1 parent e8644ab commit 401d2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terms.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
// Hyphenated
["built ?in(s)?", "built-in$1"],
["client ?side", "client-side"],
["command ?line tool", "command-line tool"],
["command ?line tool(s)?", "command-line tool$1"],
["end ?to ?end", "end-to-end"],
["end[- ]?2[- ]?end", "end-to-end"],
["error ?prone", "error-prone"],
Expand Down

0 comments on commit 401d2f3

Please sign in to comment.