We don't do any spell checks on the product documentation, which means that errors do creep in now and then. This lowers the overall impression of not just the documentation, but the product as a whole. So we would like to remedy this and have a proper spell check of everything. There is an extension for Sphinx that does spell checking using Enchant: https://sphinxcontrib-spelling.readthedocs.io/en/latest/ However, these days there are also grammar checking tools, such as LanguageTool¹. So we might want to pass the data through such a tool to get both the grammar and spelling checked. ¹ https://languagetool.org
This should also make it easier to enforce British vs American spelling (bug 5561).
(In reply to Pierre Ossman from comment #0) > There is an extension for Sphinx that does spell checking using Enchant: > > https://sphinxcontrib-spelling.readthedocs.io/en/latest/ A quick run of this gives 737 hits. Many things are false positives (like product names), but there are also many actual problems found.