From a27184cb439d494e522af1e5f00bd8b82fcb30d5 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 25 Sep 2020 14:36:36 +0200 Subject: [PATCH] Update SpellCheck.plugin.js --- Plugins/SpellCheck/SpellCheck.plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/SpellCheck/SpellCheck.plugin.js b/Plugins/SpellCheck/SpellCheck.plugin.js index e8e4485c20..8f80362f29 100644 --- a/Plugins/SpellCheck/SpellCheck.plugin.js +++ b/Plugins/SpellCheck/SpellCheck.plugin.js @@ -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)); -})(); \ No newline at end of file +})();