Skip to content

Commit a4b8a3d

Browse files
committed
Merge pull request #289 from GrooveStomp/fix-typo-components-chapter
Fix typo: "inclues" -> "includes"
2 parents ce60ba3 + 1c34dc8 commit a4b8a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/component.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ likely support more than one at the same time in your designs.
612612
<span name="queue">Now</span>, if a component has access to its
613613
container, it can send messages to the container, which will
614614
rebroadcast the message to all of the contained components. (That
615-
inclues the original component that sent the message; be careful that
615+
includes the original component that sent the message; be careful that
616616
you don't get stuck in a feedback loop!) This has a couple of
617617
consequences:
618618

0 commit comments

Comments
 (0)