From 7ccef087153c77c1a22d005e974935b8b1e97f60 Mon Sep 17 00:00:00 2001 From: Olivier Combe Date: Tue, 8 Sep 2015 16:43:24 +0200 Subject: [PATCH] docs(core): fixed typo in RenderCompiler comments Just a small typo fix :) Closes #4046 --- modules/angular2/src/core/render/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }