We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716ce08 commit 7ccef08Copy full SHA for 7ccef08
1 file changed
modules/angular2/src/core/render/api.ts
@@ -358,7 +358,7 @@ export class RenderProtoViewMergeMapping {
358
359
export class RenderCompiler {
360
/**
361
- * 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.
362
*/
363
compileHost(directiveMetadata: RenderDirectiveMetadata): Promise<ProtoViewDto> { return null; }
364
0 commit comments