Skip to content

ElectronWebContents.replaceMisspelling method

ElectronWebContents › replaceMisspelling

Unofficial

Executes the editing command replaceMisspelling in the web page.

Signature:

replaceMisspelling(text: string): void

Parameters:

ParameterTypeDescription
textstringThe replacement text.

Returns: void