aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-09-09 10:20:40 +0200
committerGitHub <noreply@github.com>2020-09-09 10:20:40 +0200
commit5676ef79d70cb2bdd598c71e5f23be5cd9060628 (patch)
tree4e31ab1803c448ba12ab8e973cb30b31ba9f58f5
parent15815efe05ca69c35ce66cfdbf93316e1db66ecb (diff)
parent2c121d22ac1439057059c4036c9d9af1ecdc5b5d (diff)
downloadfosdem-2021-minimalism-presentation-5676ef79d70cb2bdd598c71e5f23be5cd9060628.tar
fosdem-2021-minimalism-presentation-5676ef79d70cb2bdd598c71e5f23be5cd9060628.tar.gz
Merge pull request #2771 from timgates42/bugfix_typo_transition
docs: Fix simple typo, transiition -> transition
-rw-r--r--js/controllers/autoanimate.js4
1 files changed, 2 insertions, 2 deletions
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
+}