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[],