Home > harper.js > Summary > misspelled

Summary.misspelled property

An object mapping misspelled words to their occurrence counts. Example: { "mispelled": 1, "mispell": 1, "thigs": 2 }

Signature:

misspelled: Record<string, number>;