Skip to content

Commit 5676ef7

Browse files
authored
Merge pull request #2771 from timgates42/bugfix_typo_transition
docs: Fix simple typo, transiition -> transition
2 parents 15815ef + 2c121d2 commit 5676ef7

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)