Skip to content

Commit c1c9714

Browse files
Asher Michaelgaearon
authored andcommitted
Update context.md (#751)
Corrected a grammar error in one of the notes section.
1 parent abd3af9 commit c1c9714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Using context, we can avoid passing props through intermediate elements:
3535

3636
> Note
3737
>
38-
> Don't use context just to avoid passing props a few levels down. Stick to cases where the same data needs to accessed in many components at multiple levels.
38+
> Don't use context just to avoid passing props a few levels down. Stick to cases where the same data needs to be accessed in many components at multiple levels.
3939
4040
## API
4141

0 commit comments

Comments
 (0)