Skip to content

Commit

Permalink
Add prohibit, forbid and scan to allowed verbs
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jan 31, 2025
1 parent e528219 commit 6ebb278
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 @@ -359,6 +359,7 @@ export const SET = new Set([
'focus',
'fold',
'follow',
'forbid',
'force',
'foresee',
'forget',
Expand Down Expand Up @@ -612,6 +613,7 @@ export const SET = new Set([
'process',
'procure',
'produce',
'prohibit',
'prolong',
'promise',
'promote',
Expand Down Expand Up @@ -766,6 +768,7 @@ export const SET = new Set([
'save',
'say',
'scale',
'scan',
'scope',
'score',
'scroll',
Expand Down

0 comments on commit 6ebb278

Please sign in to comment.