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
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export class WebWorkerCompiler implements RenderCompiler {
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> {
var fnArgs: FnArg[] = [new FnArg(directiveMetadata, RenderDirectiveMetadata)];