diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-05-07 12:28:34 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-05-07 12:28:34 -0400 |
commit | 8029a9763c106cbb528aaac9972a20d052b6e501 (patch) | |
tree | af5101e3f63919602be40b812d230d9ed2af1340 /CONTRIBUTING.md | |
parent | 079279afd4bc9ca7bc19fb34c539621997033b22 (diff) | |
download | jquery-ui-8029a9763c106cbb528aaac9972a20d052b6e501.tar.gz jquery-ui-8029a9763c106cbb528aaac9972a20d052b6e501.zip |
All: Fix typos
Closes gh-1237
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 1be96bf17..aa969aed9 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 configuation; if there is a port, be sure to include it. +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. 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. |