Closed
Description
Patterns written straight in markdown format often have some minor spelling mistakes, as GitHub does not provide any automatic checks for that.
Therefore the patterns (and the book that we want to produce) would benefit from at least a basic spell check. That spell check could e.g. run when a PR is created. The spell checker should not make the CI run fail. I would rather use the results of the spell checker as recommendations to the author that they can decide to use, or not.
I found one spell checker at https://norvig.com/spell-correct.html but I am sure there are many.