From d3dd6f88f2df7868b0246b112bf76d75fa890fe0 Mon Sep 17 00:00:00 2001 From: Miles Gould Date: Thu, 2 Mar 2017 13:35:49 +0000 Subject: [PATCH] Fix typo in CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 324d7826e..c8b53d513 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`