From f45de3d57220f948013af90026f1fe9e34f4f87c Mon Sep 17 00:00:00 2001 From: Eric Ferraiuolo Date: Mon, 10 Jun 2013 12:27:04 -0400 Subject: [PATCH] Remove extra space from CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b3770c8..f443f66 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ Building and Testing Pure Pure uses [Grunt][], a JavaScript task runner that runs on [Node.js][], for building and testing. You'll need Node.js and Grunt installed to work on Pure. Once installed, clone the `pure` repo (either the main repo or your fork) and -install Pure's gruntplugins via npm: +install Pure's gruntplugins via npm: ```shell $ git clone git://github.com/yui/pure.git