refactor: fix typos (#18000)

This commit is contained in:
Victor Berchet
2017-07-07 16:55:17 -07:00
committed by Jason Aden
parent 9dd550fa1e
commit c723d42d0a
41 changed files with 48 additions and 50 deletions

View File

@ -203,7 +203,7 @@ export function main() {
/Unable to listen on the animation trigger "myTrigger" because the provided event is undefined!/);
});
it('should retain event listeners and call them for sucessive animation state changes',
it('should retain event listeners and call them for successive animation state changes',
() => {
const engine = makeEngine();
const trig = trigger(
@ -282,7 +282,7 @@ export function main() {
'* => *', [style({height: '0px'}), animate(1234, style({height: '100px'}))])
]));
// we do this so that the next transition has a starting value that isnt null
// we do this so that the next transition has a starting value that isn't null
setProperty(element, engine, 'myTrigger', '123');
engine.flush();