Skip to content

Commit 7ccef08

Browse files
ocombemhevery
authored andcommitted
docs(core): fixed typo in RenderCompiler comments
Just a small typo fix :) Closes angular#4046
1 parent 716ce08 commit 7ccef08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/angular2/src/core/render

modules/angular2/src/core/render/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ export class RenderProtoViewMergeMapping {
358358

359359
export class RenderCompiler {
360360
/**
361-
* Creats a ProtoViewDto that contains a single nested component with the given componentId.
361+
* Creates a ProtoViewDto that contains a single nested component with the given componentId.
362362
*/
363363
compileHost(directiveMetadata: RenderDirectiveMetadata): Promise<ProtoViewDto> { return null; }
364364

0 commit comments

Comments
 (0)