TypoDetector
A detective tool for typo.
Installation
Add this line to your application's Gemfile:
gem 'typo_detector'
And then execute:
$ bundle
Or install it yourself as:
$ gem install typo_detector
Usage
Files
$ typo_detector [FILE]...
Git repositories
$ typo_detector -g [DIRECTORY]...
Authors
- Masafumi Yokoyama
<myokoym@gmail.com>
License
This software is distributed under the zlib license.
See LICENSE.txt for details.
(Masafumi Yokoyama has a right to change the license including contributed patches.)
Contributing
- Fork it ( https://github.com/myokoym/typo_detector/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request