Running typos (v1.12.8, binary from GitHub release) with typos.toml containing:
[default]
locale = "en-us"
causes some interesting suggestions:
error: `ret` should be `ert`
--> ./foo.txt:1:1
|
1 | ret
| ^^^
|
error: `prev` should be `perv`
--> ./foo.txt:2:1
|
2 | prev
| ^^^^
|
error: `goes` should be `ges`
--> ./foo.txt:3:1
|
3 | goes
| ^^^^
|