Skip to content

Commit 3bf2809

Browse files
author
Richard Frost
committed
When migrating, use exact matchMethod instead
1 parent dcf99b6 commit 3bf2809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function migrateWordList() {
155155
if (word != "") {
156156
if (!arrayContains(Object.keys(config.words), word)) {
157157
console.log('Migrating word: ' + word);
158-
config.words[word] = {"matchMethod": 1, "words": []};
158+
config.words[word] = {"matchMethod": 0, "words": []};
159159
} else {
160160
console.log('Word already in list: ' + word);
161161
}

0 commit comments

Comments
 (0)