diff options
author | Eric Lee Carraway <github@ericcarraway.com> | 2015-07-03 12:10:25 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-07-06 14:48:03 -0400 |
commit | bec722abdb27f86a4938446af4720cb3aea861c8 (patch) | |
tree | e2a81bc7fa74fb07cf6ae324186436495bdbcb78 /README.md | |
parent | de4984da244289c259e8fc8d1106898908b6ffce (diff) | |
download | jquery-ui-bec722abdb27f86a4938446af4720cb3aea861c8.tar.gz jquery-ui-bec722abdb27f86a4938446af4720cb3aea861c8.zip |
README: Fix typo
Change "setup" (noun) to "set up" (verb).
Closes gh-1572
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ You can also run the unit tests inside phantomjs by [setting up your environment jQuery UI uses the [Grunt](http://gruntjs.com/) build system. -To build jQuery UI, [setup your environment](CONTRIBUTING.md#environment-minimum-required) and then run the following commands: +To build jQuery UI, [set up your environment](CONTRIBUTING.md#environment-minimum-required) and then run the following commands: ```sh # Run the concat task to concatenate files |