Fix typo in CONTRIBUTING.md

This commit is contained in:
Miles Gould
2017-03-02 13:35:49 +00:00
committed by Shiny
parent 882d641683
commit d3dd6f88f2

View File

@@ -23,9 +23,9 @@ checks before being merged. You can run tests locally as follows:
failing tests so you can easily re-run particular ones.
- `rspec --only-failures` to re-run all Ruby tests that failed last time.
Growstuff runs several linters and checkers before a change is merge. These run
from overcommit. To automatically run the same linters yourself you can install
overcommit too.
Growstuff runs several linters and checkers before a change is merged. These
run from overcommit. To automatically run the same linters yourself you can
install overcommit too.
- `./script/install_linters`