Skip to content

Commit

Permalink
fix: Add one-liner, allow built-ins
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin authored Jun 21, 2023
1 parent 6efaca3 commit 73aae4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terms.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,15 @@
["web-?page(s)?", "web page$1"],

// Hyphenated
["built ?in", "built-in"],
["built ?in(s)?", "built-in$1"],
["client ?side", "client-side"],
["command ?line", "command-line"],
["end ?to ?end", "end-to-end"],
["end[- ]?2[- ]?end", "end-to-end"],
["error ?prone", "error-prone"],
["higher ?order", "higher-order"],
["key[/ ]?value", "key-value"],
["one ?liner(s)?", "one-liner$1"],
["server ?side", "server-side"],
["two ?steps? authentication", "two-step authentication"],
["two ?steps? verification", "two-step verification"],
Expand Down

0 comments on commit 73aae4e

Please sign in to comment.