Skip to content

Commit

Permalink
Add "restart" and "coalesce" to list of OK verbs
Browse files Browse the repository at this point in the history
We extend the whitelist of the verbs.
  • Loading branch information
faern committed Mar 19, 2024
1 parent bd3d91a commit b8ce871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mostFrequentEnglishVerbs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ export const SET = new Set([
'cache',
'categorize',
'clarify',
'coalesce',
'configure',
'consolidate',
'correct',
Expand Down Expand Up @@ -746,6 +747,7 @@ export const SET = new Set([
'rephrase',
'rescale',
'reset',
'restart',
'restructure',
'revert',
'revise',
Expand Down

0 comments on commit b8ce871

Please sign in to comment.