docs: fix typo (#27294)

PR Close #27294
This commit is contained in:
ryo.s 2018-11-28 01:15:50 +09:00 committed by Igor Minar
parent 412e47d311
commit 9129f9ac9b
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ export class AnimationRendererFactory implements RendererFactory2 {
this._cdRecurDepth--;
// this is to prevent animations from running twice when an inner
// component does CD when a parent component insted has inserted it
// component does CD when a parent component instead has inserted it
if (this._cdRecurDepth == 0) {
this._zone.runOutsideAngular(() => {
this._scheduleCountTask();