From 1f756e580c38af3a214228ae3ac2a1f4fe30fc24 Mon Sep 17 00:00:00 2001 From: AlexanderLukin Date: Thu, 9 Mar 2017 08:10:53 +0300 Subject: [PATCH] docs(component-comm): Typo: add missing space (#3340) --- public/docs/ts/latest/cookbook/component-communication.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/cookbook/component-communication.jade b/public/docs/ts/latest/cookbook/component-communication.jade index ab87d707d9..b2383bb22e 100644 --- a/public/docs/ts/latest/cookbook/component-communication.jade +++ b/public/docs/ts/latest/cookbook/component-communication.jade @@ -138,7 +138,7 @@ figure.image-display :marked ## Parent listens for child event - The child component exposes an `EventEmitter` property with which it `emits`events when something happens. + The child component exposes an `EventEmitter` property with which it `emits` events when something happens. The parent binds to that event property and reacts to those events. The child's `EventEmitter` property is an ***output property***,