Gets the number of misspelled words with a special meaning from the collection.

Introduced: X18.

<void> MisspelledWordCollection.getCountOf(<MisspelledWordKind> kind, <RequestNumberCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
kind Specifies the word's kind.
callback Receives the number of misspelled words with a special meaning from the collection.
errorCallback Optional. Is called when the operation failed with an error.