diff --git a/js/controllers/autoanimate.js b/js/controllers/autoanimate.js index 22f7e7c..ff74eee 100644 --- a/js/controllers/autoanimate.js +++ b/js/controllers/autoanimate.js @@ -461,7 +461,7 @@ export default class AutoAnimate { pairs.forEach( pair => { - // Disable scale transformations on text nodes, we transiition + // Disable scale transformations on text nodes, we transition // each individual text property instead if( matches( pair.from, textNodes ) ) { pair.options = { scale: false }; @@ -616,4 +616,4 @@ export default class AutoAnimate { } -} \ No newline at end of file +}