diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2014-09-03 08:55:18 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-09-03 14:34:25 -0400 |
commit | 96fa593047e26c2a7f7f5e474df1836861046bd7 (patch) | |
tree | a940f4d3521b43fc1d03df449a15fee19c05d8ed /CONTRIBUTING.md | |
parent | be3b2b2d8b3c9647750be2e4bb4f9d4d7e6ec670 (diff) | |
download | jquery-ui-96fa593047e26c2a7f7f5e474df1836861046bd7.tar.gz jquery-ui-96fa593047e26c2a7f7f5e474df1836861046bd7.zip |
CONTRIBUTING: Close parenthesis
Closes gh-1337
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fa23b0704..5d694c99c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ Some tests depend on PHP running locally, so make sure you have the following in * A web server with PHP support (any will do, such as [XAMPP](http://www.apachefriends.org/en/xampp.html) or [MAMP](http://www.mamp.info/en/index.html)) * [Node.js](http://nodejs.org/) (includes NPM, necessary for the next step) -* Grunt (install with: `npm install -g grunt` +* Grunt (install with: `npm install -g grunt`) ### Build a Local Copy of jQuery UI |