From e1fd8ea6b3e05d52843864bdc62b2c62e39e1af3 Mon Sep 17 00:00:00 2001 From: Kris Borchers Date: Wed, 5 Sep 2012 20:37:29 -0500 Subject: [PATCH] Tooltip tests: Fixed typo --- tests/visual/tooltip/tooltip.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 asyncrhonously!" ); + response( "I loaded asynchronously!" ); }, 1000 ); return "Loading..."; } -- 2.39.5