diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-05-07 13:34:21 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-05-07 13:34:21 -0400 |
commit | d1a6aedb90f4beea7a85c3c660dafee0424bcd31 (patch) | |
tree | df72eebbc5febcc5700d1796c357e9d640d8d573 /CONTRIBUTING.md | |
parent | 8029a9763c106cbb528aaac9972a20d052b6e501 (diff) | |
download | jquery-ui-d1a6aedb90f4beea7a85c3c660dafee0424bcd31.tar.gz jquery-ui-d1a6aedb90f4beea7a85c3c660dafee0424bcd31.zip |
CONTRIBUTING: Fix typo
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 aa969aed9..fa23b0704 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,7 +76,7 @@ To lint the JavaScript, HTML, and CSS, as well as run a smoke test in PhantomJS, $ grunt ``` -To run the tests for a specific plugin in your browser, open the approriate file from the `/tests/unit/` directory, for example: `http://localhost/tests/unit/accordion/accordion.html`. The domain will be dependent on your local server configuration; if there is a port, be sure to include it. +To run the tests for a specific plugin in your browser, open the appropriate file from the `/tests/unit/` directory, for example: `http://localhost/tests/unit/accordion/accordion.html`. The domain will be dependent on your local server configuration; if there is a port, be sure to include it. Ideally you would test in all of our [supported browsers](http://jqueryui.com/browser-support/), but if you don't have all of these browsers available, that's ok. |