refactor(animations): fix typo in transition animations spec file (#42763)

fix the typo "mean't" in the transition_animation_engine spec file
to "meant" (the typo is simply in a code comment so the change
does not have any impact)

PR Close #42763
This commit is contained in:
dario-piotrowicz 2021-07-17 10:53:26 +01:00 committed by Alex Rickabaugh
parent 3b2f607cda
commit 5d7359e3f0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const DEFAULT_NAMESPACE_ID = 'id';
(function() {
const driver = new MockAnimationDriver();
// these tests are only mean't to be run within the DOM
// these tests are only meant to be run within the DOM
if (isNode) return;
describe('TransitionAnimationEngine', () => {