aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects.js')
-rw-r--r--src/effects.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects.js b/src/effects.js
index ad4152a20..f28ef9418 100644
--- a/src/effects.js
+++ b/src/effects.js
@@ -404,7 +404,7 @@ Tween.propHooks = {
return tween.elem[ tween.prop ];
}
- // passing any value as a 4th paramter to .css will automatically
+ // passing any value as a 4th parameter to .css will automatically
// attempt a parseFloat and fallback to a string if the parse fails
// so, simple values such as "10px" are parsed to Float.
// complex values such as "rotate(1rad)" are returned as is.