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
@@ -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***,