Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
README: fix typo
change "setup" (noun) to "set up" (verb)
  • Loading branch information
ericcarraway committed Jul 3, 2015
commit 59070e318e11550449ed336c958456429822e36e
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down