Skip to content

Commit

Permalink
Add 'bias', 'obfuscate' and 'tidy' to verbs
Browse files Browse the repository at this point in the history
  • Loading branch information
faern authored and mristin committed Jul 25, 2024
1 parent 6e738f9 commit a816920
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mostFrequentEnglishVerbs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export const SET = new Set([
'benefit',
'better',
'beware',
'bias',
'bind',
'blacklist',
'blame',
Expand Down Expand Up @@ -543,6 +544,7 @@ export const SET = new Set([
'note',
'notice',
'notify',
'obfuscate',
'observe',
'obtain',
'occupy',
Expand Down Expand Up @@ -873,6 +875,7 @@ export const SET = new Set([
'think',
'threaten',
'throw',
'tidy',
'tie',
'time',
'toggle',
Expand Down

0 comments on commit a816920

Please sign in to comment.