Skip to content

Commit a816920

Browse files
faernmristin
authored andcommitted
Add 'bias', 'obfuscate' and 'tidy' to verbs
1 parent 6e738f9 commit a816920

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mostFrequentEnglishVerbs.ts

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export const SET = new Set([
8989
'benefit',
9090
'better',
9191
'beware',
92+
'bias',
9293
'bind',
9394
'blacklist',
9495
'blame',
@@ -543,6 +544,7 @@ export const SET = new Set([
543544
'note',
544545
'notice',
545546
'notify',
547+
'obfuscate',
546548
'observe',
547549
'obtain',
548550
'occupy',
@@ -873,6 +875,7 @@ export const SET = new Set([
873875
'think',
874876
'threaten',
875877
'throw',
878+
'tidy',
876879
'tie',
877880
'time',
878881
'toggle',

0 commit comments

Comments
 (0)