pawamoy / mkdocs-spellcheck

A spell checker plugin for MkDocs.
https://pawamoy.github.io/mkdocs-spellcheck/
ISC License
15 stars 3 forks source link

Don't consider capitalized words #2

Closed pawamoy closed 2 years ago

pawamoy commented 2 years ago

There are a lot false-positives:

Maybe we could ignore words that have more than one capital letters. This would stop requiring users to add GitHub, SpaCy, RedHat, etc. to their known words lists.

pawamoy commented 2 years ago

Done in https://github.com/pawamoy/mkdocs-spellcheck/commit/be3d48e50b4e26219e8a33a399c3f8eeac440c22