docs(component-comm): Typo: add missing space (#3340)

This commit is contained in:
AlexanderLukin 2017-03-09 08:10:53 +03:00 committed by Jules Kremer
parent 3cee883d17
commit 1f756e580c
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ figure.image-display
:marked :marked
## Parent listens for child event ## 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 parent binds to that event property and reacts to those events.
The child's `EventEmitter` property is an ***output property***, The child's `EventEmitter` property is an ***output property***,