Index: gc_lang/fr/nodejs/core/api.js ================================================================== --- gc_lang/fr/nodejs/core/api.js +++ gc_lang/fr/nodejs/core/api.js @@ -232,11 +232,11 @@ } return false; } //It's a valid json? if (typeof dictionary !== "undefined" && dictionary.sHeader && dictionary.sHeader.startsWith("/grammalecte-fsa/")) { - return this.oSpellChecker.setPersonalDictionary(dictionary, bActivate); + return this.oSpellChecker.setPersonalDictionary(dictionary, "", bActivate); } return false; } spellParagraph(sText, bSuggest = true) {