Skip to content

ElectronWebFrame.isWordMisspelled method

ElectronWebFrame › isWordMisspelled

Unofficial

Returns whether the word is misspelled according to the built in spellchecker. If no dictionary is loaded, always returns false.

Signature:

isWordMisspelled(word: string): boolean

Parameters:

Parameter Type Description
word string The word to check.

Returns: booleanWhether the word is misspelled.