2.1.0 • Published 5 months ago
@cspell/dict-en-common-misspellings v2.1.0
CSpell Common English Misspellings Dictionary
Common English Misspellings dictionary for cspell.
This is a pre-built dictionary for use with CSpell.
Requirements
| Tool | Version |
|---|---|
| cspell | >= 6.25.0 |
| Code Spell Checker - Visual Studio Code | >= 2.17.0 |
Installation
Global Install and add to CSpell global settings.
npm install -g @cspell/dict-en-common-misspellings
cspell link add @cspell/dict-en-common-misspellingsUninstall from CSpell
cspell link remove @cspell/dict-en-common-misspellingsManual Installation
Manual installation is useful if you want to include this dictionary as part of your CI/CD lint process.
npm i @cspell/dict-en-common-misspellingsThe cspell-ext.json file in this package should be added to the import section in your cspell.json file.
{
// …
"import": ["@cspell/dict-en-common-misspellings/cspell-ext.json"],
// …
}Reference
The source of this dictionary comes from:
- Wikipedia:Lists of common misspellings/For machines - Wikipedia
- Wikipedia:Lists of common misspellings - Wikipedia
Dictionary Development
See: How to Create a New Dictionary
License
CC BY-SA 4.0
Some packages may have other licenses included.