Skip to content

Commit c089fbc

Browse files
authored
docs: phrasing a sentence (#4185)
1 parent 7d615ad commit c089fbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

beta/src/pages/learn/passing-data-deeply-with-context.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Usually, you will pass information from a parent component to a child component
1212

1313
- What "prop drilling" is
1414
- How to replace repetitive prop passing with context
15-
- What the common use cases are for context
16-
- What the common alternatives are to context
15+
- What are the common use cases for context
16+
- What are the common alternatives to context
1717

1818
</YouWillLearn>
1919

@@ -1130,4 +1130,4 @@ Note how components in the middle don't need to pass `imageSize` anymore.
11301130
11311131
</Solution>
11321132
1133-
</Challenges>
1133+
</Challenges>

0 commit comments

Comments
 (0)