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

View File

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