ElectronWebFrame.isWordMisspelled method
ElectronWebFrame › isWordMisspelled
Unofficial
Returns whether the word is misspelled according to the built in spellchecker. If no dictionary is loaded, always returnsfalse. Signature:
isWordMisspelled(word: string): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| word | string | The word to check. |
Returns: boolean — Whether the word is misspelled.