@cspell/dict-en-common-misspellings

2.0.1 • Public • Published

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-misspellings

Uninstall from CSpell

cspell link remove @cspell/dict-en-common-misspellings

Manual 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-misspellings

The 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:

Dictionary Development

See: How to Create a New Dictionary

License

CC BY-SA 4.0

Some packages may have other licenses included.



Brought to you by Street Side Software Logo Street Side Software

Package Sidebar

Install

npm i @cspell/dict-en-common-misspellings

Weekly Downloads

393,869

Version

2.0.1

License

CC BY-SA 4.0

Unpacked Size

148 kB

Total Files

7

Last publish

Collaborators

  • jason-dent