aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/tween.js
diff options
context:
space:
mode:
authorBruno Pérel <brunoperel@gmail.com>2015-07-30 15:34:34 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2015-07-30 15:51:44 +0200
commit6af92cafcadba74c22b8d94779472e1f71b99e30 (patch)
tree6bd4f5885c0dabde225738008617f8c6d01f0f35 /test/unit/tween.js
parent624d6a8580a7e1108c81a6a777dc1be3d408bddf (diff)
downloadjquery-6af92cafcadba74c22b8d94779472e1f71b99e30.tar.gz
jquery-6af92cafcadba74c22b8d94779472e1f71b99e30.zip
Docs: Fix various spelling mistakes
(cherry-picked from 360a4780339b7f412b75ad8a06dca7f39616f654) Closes gh-2487
Diffstat (limited to 'test/unit/tween.js')
-rw-r--r--test/unit/tween.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/tween.js b/test/unit/tween.js
index 7d806fe6b..cbfdcb14c 100644
--- a/test/unit/tween.js
+++ b/test/unit/tween.js
@@ -290,7 +290,7 @@ test( "jQuery.Tween - custom propHooks - advanced values", function() {
// Some day this NaN assumption might change - perhaps add a "calc" helper to the hooks?
ok( isNaN( tween.now ), "Used return value from propHook.get" );
- equal( tween.pos, 0.5, "But the eased percent is still avaliable" );
+ equal( tween.pos, 0.5, "But the eased percent is still available" );
ok( propHook.set.calledWith( tween ), "Called propHook.set function with correct parameters" );
delete jQuery.Tween.propHooks.testHooked;