Преглед изворни кода

Merge pull request #2771 from timgates42/bugfix_typo_transition

docs: Fix simple typo, transiition -> transition
Hakim El Hattab пре 4 година
родитељ
комит
5676ef79d7
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      js/controllers/autoanimate.js

+ 2 - 2
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 {
 
 	}
 
-}
+}