# EnRep Spellcheck Package

This package vendors the spellcheck engine and British English dictionary locally so EnRep report forms do not depend on browser spellcheck settings or external CDN access at runtime.

## Components

- `typo.js`
  - Source: `typo-js` 1.3.2
  - Project: https://github.com/cfinke/Typo.js
  - Licence: BSD-3-Clause

- `dictionaries/en_GB/en_GB.aff`
- `dictionaries/en_GB/en_GB.dic`
  - Source: British English MySpell/Hunspell dictionary from `ropensci/hunspell`
  - Project: https://github.com/ropensci/hunspell
  - Dictionary header states it is released under LGPL.

- `enrep-spellcheck.js`
- `enrep-spellcheck.css`
- `enrep_custom_words.txt`
  - EnRep integration, UI, and local technical word list.
