From cc4e0c66f64276fc9421cdd71a533c6db0eca537 Mon Sep 17 00:00:00 2001 From: AleksanderBodurri Date: Mon, 26 Oct 2020 20:18:06 -0400 Subject: [PATCH] docs: fix typo in initializeInputAndOutputAliases docstring (#39438) PR Close #39438 --- packages/core/src/render3/instructions/shared.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {