diff options
author | Amit Merchant <bullredeyes@gmail.com> | 2014-09-03 16:30:26 +0530 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2014-09-03 08:45:34 -0400 |
commit | 609adf63dadb7052c816b1a3ee44e3f928ede2e3 (patch) | |
tree | 7bb3866c547127d4c09b699495933803822b9a21 /CONTRIBUTING.md | |
parent | 7e09619cdf2813f2cd9da600ba682be8f91b08b6 (diff) | |
download | jquery-609adf63dadb7052c816b1a3ee44e3f928ede2e3.tar.gz jquery-609adf63dadb7052c816b1a3ee44e3f928ede2e3.zip |
CONTRIBUTING: Close parenthesis
Closes gh-1648
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 dd6b183e3..fff5ab83f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,7 +73,7 @@ The Ajax tests still depend on PHP running locally*, so make sure you have the f * Some kind of localhost server program that supports PHP (any will do) * Node.js * NPM (comes with the latest version of Node.js) -* Grunt (install with: `npm install grunt -g` +* Grunt (install with: `npm install grunt -g`) Maintaining a list of platform specific instructions is outside of the scope of this document and there is plenty of existing documentation for the above technologies. |