diff --git a/modules/angular2/src/core/render/api.ts b/modules/angular2/src/core/render/api.ts index ce329ad5bd..53cbf3151e 100644 --- a/modules/angular2/src/core/render/api.ts +++ b/modules/angular2/src/core/render/api.ts @@ -358,7 +358,7 @@ export class RenderProtoViewMergeMapping { export class RenderCompiler { /** - * Creats a ProtoViewDto that contains a single nested component with the given componentId. + * Creates a ProtoViewDto that contains a single nested component with the given componentId. */ compileHost(directiveMetadata: RenderDirectiveMetadata): Promise { return null; }