Skip to content

Commit

Permalink
a typo (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
kivvvvv authored Jan 19, 2025
1 parent 552c94a commit bc47384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/04.context/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ components that need to share the state or perhaps there's a router involved and
you aren't the one rendering the components and don't have an easy way to pass
props down.

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
state between components so consumers of those components can use them without
having to know about the state. This is a pattern known as "Compound Components"
and we'll learn more about that in the Compound Components exercise of the
Expand Down

0 comments on commit bc47384

Please sign in to comment.