replaceMisspelling

abstract fun replaceMisspelling(word: String)

If a misspelled word is currently selected in an editable node calling this method will replace it with the specified |word|.

Parameters

word

replace selected word with this word.