Update SpellCheck.plugin.js

This commit is contained in:
Mirco Wittrien 2020-09-25 14:36:36 +02:00 committed by GitHub
parent 62b6e58d4c
commit a27184cb43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ module.exports = (_ => {
this.defaults = {
settings: {
downloadDictionary: {value:false, description:"Use local dictionary file (downloads dictionary on first useage)"}
downloadDictionary: {value:false, description:"Use local dictionary file (downloads dictionary on first usage)"}
},
choices: {
dictionaryLanguage: {value:"en", force:true, description:"Primary Language:"},
@ -570,4 +570,4 @@ module.exports = (_ => {
}
};
})(window.BDFDB_Global.PluginUtils.buildPlugin(config));
})();
})();