Skip to content

Commit 2c121d2

Browse files
committed
docs: Fix simple typo, transiition -> transition
There is a small typo in js/controllers/autoanimate.js. Should read `transition` rather than `transiition`.
1 parent 15815ef commit 2c121d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js/controllers/autoanimate.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ export default class AutoAnimate {
461461

462462
pairs.forEach( pair => {
463463

464-
// Disable scale transformations on text nodes, we transiition
464+
// Disable scale transformations on text nodes, we transition
465465
// each individual text property instead
466466
if( matches( pair.from, textNodes ) ) {
467467
pair.options = { scale: false };
@@ -616,4 +616,4 @@ export default class AutoAnimate {
616616

617617
}
618618

619-
}
619+
}

0 commit comments

Comments
 (0)