docs(core): fixed typo in RenderCompiler comments
Just a small typo fix :) Closes #4046
This commit is contained in:

committed by
Misko Hevery

parent
716ce08a93
commit
7ccef08715
@ -358,7 +358,7 @@ export class RenderProtoViewMergeMapping {
|
|||||||
|
|
||||||
export class RenderCompiler {
|
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; }
|
compileHost(directiveMetadata: RenderDirectiveMetadata): Promise<ProtoViewDto> { return null; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user