From 40904ce0c4127315dedfe353ba48bb7638091555 Mon Sep 17 00:00:00 2001 From: Jessy Cormier Date: Sat, 4 Aug 2018 09:20:17 -0300 Subject: [PATCH] docs: add missing word in outputs description. (#25330) PR Close #25330 --- packages/core/src/metadata/directives.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/metadata/directives.ts b/packages/core/src/metadata/directives.ts index 7a0bcbe0d8..301adf4cbf 100644 --- a/packages/core/src/metadata/directives.ts +++ b/packages/core/src/metadata/directives.ts @@ -136,7 +136,7 @@ export interface Directive { * Enumerates the set of event-bound output properties. * * When an output property emits an event, an event handler attached to that event - * the template is invoked. + * in the template is invoked. * * The `outputs` property defines a set of `directiveProperty` to `bindingProperty` * configuration: