docs(core): fixed typo in RenderCompiler comments
Just a small typo fix :) Closes #4046
This commit is contained in:
parent
716ce08a93
commit
7ccef08715
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue