8000 docs: fix typo in initializeInputAndOutputAliases docstring (#39438) · angular/angular@3b779a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b779a1

Browse files
AleksanderBodurrialxhub
authored andcommitted
docs: fix typo in initializeInputAndOutputAliases docstring (#39438)
PR Close #39438
1 parent fcebc83 commit 3b779a1

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/render3/instructions

1 file changed

+1
-1
lines changed

packages/core/src/render3/instructions/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ function generatePropertyAliases(
919919
}
920920

921921
/**
922-
* Initializes data structures required to work with directive outputs and outputs.
922+
* Initializes data structures required to work with directive inputs and outputs.
923923
* Initialization is done for all directives matched on a given TNode.
924924
*/
925925
function initializeInputAndOutputAliases(tView: TView, tNode: TNode): void {

0 commit comments

Comments
 (0)
0