ElectronWebContents.replaceMisspelling method
ElectronWebContents › replaceMisspelling
Unofficial
Executes the editing commandreplaceMisspelling in the web page. Signature:
replaceMisspelling(text: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| text | string | The replacement text. |
Returns: void