Remove unrequired and incorrect words from assets/internal/.project-words.txt
Problem/Motivation
This project's own dictionary /assets/internal/.project-words.txt contains some incorrectly spelled words sucn as defininition, consitent and miminum which are used in some files and are therefore not being reported as errors. The project dictionary was probably created from an artifact of cspell in the early years of the project, and the incorrect words were not noticed.
There are also many words that no longer need to be included, probably due to using the core dictionaries and more of the in-built dictionaries provided by cspell.
Some documentation and examples use non-standard words or names of projects that are not words. These could be altered, to further reduce the size of our dictionary file.
Proposed resolution
- Correct the usages of the misspelled words and remove them from the dictionary
- Remove the words that are no longer needed at all
- Replace some usages of unusual words with standard ones that are already in dictionaries
- Order the dictionary words alphabetically
- Accurately show which words are needed due to being in the executable code, and which ones are only in documentation