Skip to content

Commit

Permalink
docs: phrasing a sentence (#4185)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuymedova committed Feb 7, 2022
1 parent 7d615ad commit c089fbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions beta/src/pages/learn/passing-data-deeply-with-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Usually, you will pass information from a parent component to a child component

- What "prop drilling" is
- How to replace repetitive prop passing with context
- What the common use cases are for context
- What the common alternatives are to context
- What are the common use cases for context
- What are the common alternatives to context

</YouWillLearn>

Expand Down Expand Up @@ -1130,4 +1130,4 @@ Note how components in the middle don't need to pass `imageSize` anymore.
</Solution>
</Challenges>
</Challenges>

0 comments on commit c089fbc

Please sign in to comment.