Skip to content

Commit d434c9a

Browse files
committed
typo
1 parent 49406c1 commit d434c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ $.widget( "ui.tooltip", {
140140
this._find( target ).position( $.extend({
141141
of: target
142142
}, this.options.position ) );
143-
// Stop tacking (#8622)
143+
// Stop tracking (#8622)
144144
this._off( this.document, "mousemove" );
145145
return;
146146
}

0 commit comments

Comments
 (0)