Session.removeWordFromSpellCheckerDictionary method
Session › removeWordFromSpellCheckerDictionary
Unofficial
Removes the word from the custom dictionary. Does not work on non-persistent (in-memory) sessions.Signature:
removeWordFromSpellCheckerDictionary(word: string): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| word | string | The word to remove. |
Returns: boolean — Whether the word was successfully removed from the custom dictionary.