Open
Description
It would be nice to have a spellchecker (in cookbook we constantly fight with typos).
The rust book uses a shell script running aspell.
We might consider using https://crates.io/crates/ispell as part of mdbook test
(and possibly as a warning in mdbook build
)