Skip to content

Can you give me an example to make sure it's working? #949

Closed Answered by epage
linrongbin16 asked this question in Q&A
Discussion options

You must be logged in to vote

Typos is not a typical editor spell checker that has a list of known words and tries to coerce your test to that list of known words. Instead, it works off of a hard coded list of common typos, correcting them. This is done to keep the false-positive rate low.

For test cases, see the source file we build from: https://github.com/crate-ci/typos/blob/master/crates/typos-dict/assets/words.csv

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@linrongbin16
Comment options

Answer selected by linrongbin16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants