Skip to content

ElectronWebContents.replaceMisspelling method

ElectronWebContents › replaceMisspelling

Unofficial

Executes the editing command replaceMisspelling in the web page.

Signature:

replaceMisspelling(text: string): void

Parameters:

Parameter Type Description
text string The replacement text.

Returns: void