We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552c94a commit bc47384Copy full SHA for bc47384
exercises/04.context/README.mdx
@@ -51,7 +51,7 @@ components that need to share the state or perhaps there's a router involved and
51
you aren't the one rendering the components and don't have an easy way to pass
52
props down.
53
54
-Another situation where you would use this is if you wanted to implicitely share
+Another situation where you would use this is if you wanted to implicitly share
55
state between components so consumers of those components can use them without
56
having to know about the state. This is a pattern known as "Compound Components"
57
and we'll learn more about that in the Compound Components exercise of the
0 commit comments