docs: fix typo in initializeInputAndOutputAliases docstring (#39438)
PR Close #39438
This commit is contained in:
parent
b56cc4059f
commit
cc4e0c66f6
|
@ -897,7 +897,7 @@ function generatePropertyAliases(
|
|||
}
|
||||
|
||||
/**
|
||||
* Initializes data structures required to work with directive outputs and outputs.
|
||||
* Initializes data structures required to work with directive inputs and outputs.
|
||||
* Initialization is done for all directives matched on a given TNode.
|
||||
*/
|
||||
function initializeInputAndOutputAliases(tView: TView, tNode: TNode): void {
|
||||
|
|
Loading…
Reference in New Issue