docs(core): fixed typo in RenderCompiler comments

Just a small typo fix :)
Closes #4046
This commit is contained in:
Olivier Combe 2015-09-08 16:43:24 +02:00 committed by Misko Hevery
parent 716ce08a93
commit 7ccef08715
1 changed files with 1 additions and 1 deletions

View File

@ -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<ProtoViewDto> { return null; }