docs(component-comm): Typo: add missing space (#3340)
This commit is contained in:
parent
3cee883d17
commit
1f756e580c
|
@ -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***,
|
||||||
|
|
Loading…
Reference in New Issue