# @cspell/dict-en-gb-mit

> British English dictionary for cspell with MIT License.

Latest version **3.1.28** (published 2026-09-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install @cspell/dict-en-gb-mit
pnpm add @cspell/dict-en-gb-mit
yarn add @cspell/dict-en-gb-mit
bun add @cspell/dict-en-gb-mit
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 3.1.28 |
| Published | 2026-09-12 |
| First published | 2021-09-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 289 |
| Author | Street Side Software |
| Maintainers | jason-dent |
| Keywords | cspell, cspell-ext, en_GB, dictionary, spelling |

## Links

- npm: https://www.npmjs.com/package/@cspell/dict-en-gb-mit
- Repository: https://github.com/streetsidesoftware/cspell-dicts
- Homepage: https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_GB#readme
- Issues: https://github.com/streetsidesoftware/cspell-dicts/issues
- npm.io page: https://npm.io/package/@cspell/dict-en-gb-mit

## Recent versions

- 3.1.28 (latest) — 2026-09-12
- 3.1.27 — 2026-09-11
- 3.1.26 — 2026-08-26
- 3.1.25 — 2026-07-12
- 3.1.24 — 2026-05-31
- 3.1.22 — 2026-03-24
- 3.1.21 — 2026-03-23
- 3.1.20 — 2026-03-09
- 3.1.19 — 2026-03-02
- 3.1.18 — 2026-02-08
- 3.1.17 — 2026-02-01
- 3.1.16 — 2026-01-04
- 3.1.15 — 2025-12-13
- 3.1.14 — 2025-11-01
- 3.1.13 — 2025-10-31
- … 61 more at https://npm.io/package/@cspell/dict-en-gb-mit/versions

## README

# CSpell en\_GB Dictionary with MIT License

British English dictionary for cspell.

This is a pre-built dictionary for use with cspell.

**Note:** this is a limited dictionary, it is an old word list. Use `@cspell/dict-en-gb` for a more extensive dictionary.

<!--- @@inject: ../../static/requirements.md --->

## Requirements

| Tool                                                                                                                                 | Version |
| ------------------------------------------------------------------------------------------------------------------------------------ | ------- |
| [cspell](https://github.com/streetsidesoftware/cspell)                                                                               | `>= 8`  |
| [Code Spell Checker - Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) | `>= 4`  |

<!--- @@inject-end: ../../static/requirements.md --->

<!--- @@inject: ./static/install.md --->

## Local Installation

**This package is bundled with CSpell.**

## Configuration

<details>
<summary>VSCode Settings</summary>

Add the following to your VSCode settings:

**`.vscode/settings.json`**

```jsonc
{
  "cSpell.language": "en-GB",
}
```

</details>

<details>
<summary>CSpell Settings <code>cspell.json</code></summary>

**`cspell.json`**

```jsonc
{
  "language": "en-GB",
}
```

</details>

<details>
<summary>CSpell Settings <code>cspell.config.yaml</code></summary>

**`cspell.config.yaml`**

```yaml
language: en-GB
```

</details>

## Local Installation using CDN

> **NOTE:** This package is bundled with CSpell.

## Dictionary Information

| Name    | Enabled | Description                |
| ------- | ------- | -------------------------- |
| `en-gb` |         | British English Dictionary |

## Language Settings

| Name    | Locale  | File Type |
| ------- | ------- | --------- |
| `en-gb` | `en-GB` | `*`       |

<!--- @@inject-end: ./static/install.md --->

<!--- @@inject: ../../static/contributing.md --->

## Contributing

Please help correct any mistakes in the dictionaries.

See: [Contributing](https://github.com/streetsidesoftware/cspell-dicts#contributing)

Special thanks to all of our amazing contributors!

### Dictionary Development

See: [How to Create a New Dictionary](https://github.com/streetsidesoftware/cspell-dicts#how-to-create-a-new-dictionary)

<!--- @@inject-end: ../../static/contributing.md --->

## Adding Words

Contributions are welcomed and encouraged, please read [src/README.md](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_GB-MIT/src/README.md).

## License

MIT

<!--- @@inject: ../../static/footer.md --->

<br/>

---

<p align="center">
Brought to you by <a href="https://streetsidesoftware.com" title="Street Side Software">
<img width="16" alt="Street Side Software Logo" src="https://i.imgur.com/CyduuVY.png" /> Street Side Software
</a>
</p>

<!--- @@inject-end: ../../static/footer.md --->

<!--- cspell:locale en-GB --->

---
_Source: https://npm.io/package/@cspell/dict-en-gb-mit · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
