diff --git a/packages/core/src/render3/instructions/shared.ts b/packages/core/src/render3/instructions/shared.ts index c412898433..024dda0334 100644 --- a/packages/core/src/render3/instructions/shared.ts +++ b/packages/core/src/render3/instructions/shared.ts @@ -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 {