From 50223d97d6132973be4a7d0fbdfa0d9732c5788c Mon Sep 17 00:00:00 2001 From: Thomas Treffry Date: Sun, 17 May 2015 11:49:39 -0700 Subject: [PATCH] Update CONTRIBUTING.md Rephrase confusing statement: From: If when you run ($ grunt)...you see that JSHint runs your system is ready. To: Now run ($ grunt)...if you see that JSHint runs, your system is ready. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 19e56ef6..d553b27f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,11 +82,11 @@ To install the Node dependencies, you will need Node.js, Npm, and [Grunt](http:/ $ npm install --local -...will install all of the node modules locally. If when you run +...will install all of the node modules locally. Now run $ grunt -...you see that JSHint runs your system is ready. +...if you see that JSHint runs, your system is ready. ### How to write new Jasmine code