Browse Source

Update context.md (#751)

Corrected a grammar error in one of the notes section.
main
Asher Michael 7 years ago
committed by Dan Abramov
parent
commit
c1c9714041
  1. 2
      content/docs/context.md

2
content/docs/context.md

@ -35,7 +35,7 @@ Using context, we can avoid passing props through intermediate elements:
> Note
>
> 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.
> 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.
## API

Loading…
Cancel
Save