@cspell/dict-en-common-misspellings
Common English misspellings dictionary for cspell.
Last updated 2 years ago by jason-dent .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install @cspell/dict-en-common-misspellings 
SYNC missed versions from official npm registry.

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

MIT

Some packages may have other licenses included.



Brought to you by Street Side Software Logo Street Side Software

Current Tags

  • 1.0.2                                ...           latest (2 years ago)

3 Versions

  • 1.0.2                                ...           2 years ago
  • 1.0.1                                ...           2 years ago
  • 1.0.0                                ...           2 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 3
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |