Home > harper.js > Summary > misspelled
An object mapping misspelled words to their occurrence counts. Example: { "mispelled": 1, "mispell": 1, "thigs": 2 }
{ "mispelled": 1, "mispell": 1, "thigs": 2 }
Signature:
misspelled: Record<string, number>;