knowledge
knowledge copied to clipboard
Catch spelling errors in pull requests
There is a consistent issue with documentation in code where people misspell things. How can we enforce spell-checking for documents?
It looks like node-markdown-spellcheck might work well. Or this CI package. If we ask Travis to check new entries for each PR, then we can identify spelling errors as they come in, and establish a project-wide dictionary to ignore.
It might work to make a Probot out of this.