Skip to content

Commit

Permalink
fix: Replace "to-do" with "todo"
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Jun 28, 2024
1 parent b6f1a79 commit 62ddf46
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 @@ -149,7 +149,7 @@
["smartphone(s)?", "mobile phone$1"],
// https://stackoverflow.com/questions/44934828/is-it-spread-syntax-or-the-spread-operator
["spread operator", "spread syntax"],
["todo(s)?(?=[ ,.])", "todo$1"], // Don't allow TODO
["to-?do(s)?(?=[ ,.])", "todo$1"], // Don't allow TODO
["web[- ]?site(s)?", "site$1"],

// Single word
Expand Down

0 comments on commit 62ddf46

Please sign in to comment.