mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(): fix typo
This commit is contained in:
parent
127fbfd5a6
commit
8755a8e188
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue