Skip to content

Commit 8029a97

Browse files
committed
All: Fix typos
Closes jquerygh-1237
1 parent 079279a commit 8029a97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To lint the JavaScript, HTML, and CSS, as well as run a smoke test in PhantomJS,
7676
$ grunt
7777
```
7878

79-
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.
79+
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.
8080

8181
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.
8282

ui/sortable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ return $.widget("ui.sortable", $.ui.mouse, {
391391
// currentContainer is switched before the placeholder is moved.
392392
//
393393
// Without this, moving items in "sub-sortables" can cause
394-
// the placeholder to jitter beetween the outer and inner container.
394+
// the placeholder to jitter between the outer and inner container.
395395
if (item.instance !== this.currentContainer) {
396396
continue;
397397
}

0 commit comments

Comments
 (0)