From 4b9f32486c644cd4c9c5c6779333e0c47801b1d3 Mon Sep 17 00:00:00 2001 From: Luke Brookhart Date: Thu, 15 Dec 2016 11:27:39 -0500 Subject: [PATCH] Effect: Fix typo Closes gh-1778 --- ui/effect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/effect.js b/ui/effect.js index 5b59817d5..31e6024a1 100644 --- a/ui/effect.js +++ b/ui/effect.js @@ -1359,7 +1359,7 @@ $.fn.extend( { var el = $( this ), normalizedMode = $.effects.mode( el, mode ) || defaultMode; - // Sentinel for duck-punching the :animated psuedo-selector + // Sentinel for duck-punching the :animated pseudo-selector el.data( dataSpaceAnimated, true ); // Save effect mode for later use, -- 2.39.5