Skip to content

Commit 70de33a

Browse files
committed
Core: Fixed typo.
Thanks jsgoupil
1 parent 9d6e94f commit 70de33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ $(function() {
214214
div = body.appendChild( div = document.createElement( "div" ) );
215215

216216
// access offsetHeight before setting the style to prevent a layout bug
217-
// in IE 9 which causes the elemnt to continue to take up space even
217+
// in IE 9 which causes the element to continue to take up space even
218218
// after it is removed from the DOM (#8026)
219219
div.offsetHeight;
220220

0 commit comments

Comments
 (0)