This website requires JavaScript.
Explore
Discord Server
Help
Sign in
actions
/
typos
Watch
1
Star
0
Fork
You've already forked typos
0
mirror of
https://github.com/crate-ci/typos.git
synced
2024-11-23 01:20:56 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b5f606f201
typos
/
src
/
lib.rs
5 lines
62 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor(typos): Pull out file logic
2020-12-30 20:41:08 -05:00
pub
mod
checks
;
feat: Support english dialects The goal is to be as accepting and unobtrusive to new code bases as possible. To this end, we correct typos into the closest english dialect. If someone wants to opt-in, they can have typos correct to a specific english dialect. Fixes #52 Fixes #22
2020-05-27 21:46:41 -04:00
pub
mod
config
;
chore(benches): Fix compilation errors
2019-10-30 09:19:27 -04:00
pub
mod
dict
;
refactor(typos): Pull out file logic
2020-12-30 20:41:08 -05:00
pub
mod
report
;
Reference in a new issue
Copy permalink