Skip to content

Commit ce30f2c

Browse files
authored
Add reformat and update verbs (#17)
This adds verbs `reformat` and `update` to the list after fixing the lines of aasx-package-explorer to 120 characters.
1 parent d9ab2fd commit ce30f2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/mostFrequentEnglishVerbs.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -663,5 +663,7 @@ export const SET = new Set([
663663
'unify',
664664
'reword',
665665
'rephrase',
666-
'upgrade'
666+
'upgrade',
667+
'reformat',
668+
'update'
667669
]);

0 commit comments

Comments
 (0)