From b91a966d05615d1a2281e8f8b019aec690de7377 Mon Sep 17 00:00:00 2001 From: PatrickJS Date: Mon, 7 Sep 2015 23:37:21 -0700 Subject: [PATCH] docs: RenderProtoViewMergeMapping typo Closes #4042 --- modules/angular2/src/core/render/api.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/angular2/src/core/render/api.ts b/modules/angular2/src/core/render/api.ts index 53cbf3151e..b52339162c 100644 --- a/modules/angular2/src/core/render/api.ts +++ b/modules/angular2/src/core/render/api.ts @@ -340,7 +340,7 @@ export class RenderProtoViewMergeMapping { public fragmentCount: number, // Mapping from app element index to render element index. // Mappings of nested ProtoViews are in depth first order, with all - // indices for one ProtoView in a consecuitve block. + // indices for one ProtoView in a consecutive block. public mappedElementIndices: number[], // Number of bound render element. // Note: This could be more than the original ones @@ -348,7 +348,7 @@ export class RenderProtoViewMergeMapping { public mappedElementCount: number, // Mapping from app text index to render text index. // Mappings of nested ProtoViews are in depth first order, with all - // indices for one ProtoView in a consecuitve block. + // indices for one ProtoView in a consecutive block. public mappedTextIndices: number[], // Mapping from view index to app element index public hostElementIndicesByViewIndex: number[],