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:
parent
3b2f607cda
commit
5d7359e3f0
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in New Issue