Skip to content

Commit bc47384

Browse files
authored
a typo (#228)
1 parent 552c94a commit bc47384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/04.context/README.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ components that need to share the state or perhaps there's a router involved and
5151
you aren't the one rendering the components and don't have an easy way to pass
5252
props down.
5353

54-
Another situation where you would use this is if you wanted to implicitely share
54+
Another situation where you would use this is if you wanted to implicitly share
5555
state between components so consumers of those components can use them without
5656
having to know about the state. This is a pattern known as "Compound Components"
5757
and we'll learn more about that in the Compound Components exercise of the

0 commit comments

Comments
 (0)