From 9129f9ac9b09a0e8aa664d321e2826e726ffa5ce Mon Sep 17 00:00:00 2001 From: "ryo.s" Date: Wed, 28 Nov 2018 01:15:50 +0900 Subject: [PATCH] docs: fix typo (#27294) PR Close #27294 --- packages/platform-browser/animations/src/animation_renderer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/platform-browser/animations/src/animation_renderer.ts b/packages/platform-browser/animations/src/animation_renderer.ts index b67eb1a48d..3b089ced3a 100644 --- a/packages/platform-browser/animations/src/animation_renderer.ts +++ b/packages/platform-browser/animations/src/animation_renderer.ts @@ -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();