docs(web_workers/worker/renderer.ts): correct typo

Closes #4078
This commit is contained in:
Timur Meyster 2015-09-08 22:57:57 -07:00 committed by Misko Hevery
parent f7fb5097b9
commit 41c7c57c65

View File

@ -39,7 +39,7 @@ export class WebWorkerCompiler implements RenderCompiler {
this._messageBroker = messageBrokerFactory.createMessageBroker(RENDER_COMPILER_CHANNEL); this._messageBroker = messageBrokerFactory.createMessageBroker(RENDER_COMPILER_CHANNEL);
} }
/** /**
* 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> { compileHost(directiveMetadata: RenderDirectiveMetadata): Promise<ProtoViewDto> {
var fnArgs: FnArg[] = [new FnArg(directiveMetadata, RenderDirectiveMetadata)]; var fnArgs: FnArg[] = [new FnArg(directiveMetadata, RenderDirectiveMetadata)];