mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
1.4 KiB
1.4 KiB
typos
Source code spell checker
Finds and corrects spelling mistakes among source code:
- Fast enough to run on monorepos
- Low false positives so you can run on PRs
Dual-licensed under MIT or Apache 2.0
Documentation
Install
Download a pre-built binary (installable via gh-install).
Or use rust to install:
cargo install typos-cli