Skip to content

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): boolean

Parameters:

Parameter Type Description
word string The word to remove.

Returns: booleanWhether the word was successfully removed from the custom dictionary.