diff options
author | Kris Borchers <kris.borchers@gmail.com> | 2012-09-05 20:37:29 -0500 |
---|---|---|
committer | Kris Borchers <kris.borchers@gmail.com> | 2012-09-05 20:37:29 -0500 |
commit | e1fd8ea6b3e05d52843864bdc62b2c62e39e1af3 (patch) | |
tree | 05bf9d51d4238d8a1556e4e7a8d0a5e26dad7eac /tests/visual/tooltip/tooltip.html | |
parent | e162fddd9547d07c6ad1badc135a456f4012ad34 (diff) | |
download | jquery-ui-e1fd8ea6b3e05d52843864bdc62b2c62e39e1af3.tar.gz jquery-ui-e1fd8ea6b3e05d52843864bdc62b2c62e39e1af3.zip |
Tooltip tests: Fixed typo
Diffstat (limited to 'tests/visual/tooltip/tooltip.html')
-rw-r--r-- | tests/visual/tooltip/tooltip.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/tooltip/tooltip.html b/tests/visual/tooltip/tooltip.html index f910a282f..20f80bdca 100644 --- a/tests/visual/tooltip/tooltip.html +++ b/tests/visual/tooltip/tooltip.html @@ -40,7 +40,7 @@ $( "#async" ).tooltip({ content: function( response ) { setTimeout(function() { - response( "I loaded <strong>asyncrhonously</strong>!" ); + response( "I loaded <strong>asynchronously</strong>!" ); }, 1000 ); return "Loading..."; } |