Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 1f756e5

Browse files
AlexanderLukinjuleskremer
authored andcommitted
docs(component-comm): Typo: add missing space (#3340)
1 parent 3cee883 commit 1f756e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/cookbook/component-communication.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ figure.image-display
138138
:marked
139139
## Parent listens for child event
140140

141-
The child component exposes an `EventEmitter` property with which it `emits`events when something happens.
141+
The child component exposes an `EventEmitter` property with which it `emits` events when something happens.
142142
The parent binds to that event property and reacts to those events.
143143

144144
The child's `EventEmitter` property is an ***output property***,

0 commit comments

Comments
 (0)