docs(): fix typo

This commit is contained in:
Jay Kan 2016-03-10 11:28:06 -08:00 committed by Alex Eagle
parent 127fbfd5a6
commit 8755a8e188
1 changed files with 1 additions and 1 deletions

View File

@ -1001,7 +1001,7 @@ export class PipeMetadata extends InjectableMetadata {
export class InputMetadata {
constructor(
/**
* Name used when instantiating a component in the temlate.
* Name used when instantiating a component in the template.
*/
public bindingPropertyName?: string) {}
}