CLI tool to fix typos after typos, for cases like:
error: `Deply` should be `Deploy`, `Deeply`
╭▸ 1.md:1:1
│
1 │ Deply the code to production
╰╴━━━━━
When context needed to figure out for the world should be placed instead.
npm i typos.ai -g
$ export TYPOS_AI_KEY=your-api-key
$ typos --write-changes --format json | typos.aior
$ export TYPOS_AI_KEY=your-api-key
$ export TYPOS_AI_RUN=1
$ typos.aiMIT