Skip to content

Commit 183bf5f

Browse files
authored
Add "upgrade" (#15)
This adds "upgrade" to the list of acceptable verbs in imperative mood.
1 parent bdbb6f7 commit 183bf5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/mostFrequentEnglishVerbs.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -662,5 +662,6 @@ export const SET = new Set([
662662
'restructure',
663663
'unify',
664664
'reword',
665-
'rephrase'
665+
'rephrase',
666+
'upgrade'
666667
]);

0 commit comments

Comments
 (0)