Skip to content

Commit a6fbb47

Browse files
committed
Position: Fixed typo.
1 parent 7fc0cec commit a6fbb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.position.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $.fn.position = function( options ) {
5151
basePosition = target.offset();
5252
}
5353

54-
// force my and at to have valid horizontal and veritcal positions
54+
// force my and at to have valid horizontal and vertical positions
5555
// if a value is missing or invalid, it will be converted to center
5656
$.each( [ "my", "at" ], function() {
5757
var pos = ( options[this] || "" ).split( " " );

0 commit comments

Comments
 (0)