Skip to content

Commit e1fd8ea

Browse files
committed
Tooltip tests: Fixed typo
1 parent e162fdd commit e1fd8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/visual/tooltip/tooltip.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
$( "#async" ).tooltip({
4141
content: function( response ) {
4242
setTimeout(function() {
43-
response( "I loaded <strong>asyncrhonously</strong>!" );
43+
response( "I loaded <strong>asynchronously</strong>!" );
4444
}, 1000 );
4545
return "Loading...";
4646
}

0 commit comments

Comments
 (0)