Browse Source

Merge pull request #195 from MarkPollmann/patch-1

Fix typo in Update.md
main
Brian Vaughn 7 years ago
committed by GitHub
parent
commit
d0c0aed4c7
  1. 2
      content/docs/context.md

2
content/docs/context.md

@ -143,7 +143,7 @@ const BasicExample = () => (
By passing down some information from the `Router` component, each `Link` and `Route` can communicate back to the containing `Router`.
Before you build components with an API similar to this, consider if there are cleaner alternatives. For example, you can pass entire React component as props if you'd like to.
Before you build components with an API similar to this, consider if there are cleaner alternatives. For example, you can pass entire React components as props if you'd like to.
## Referencing Context in Lifecycle Methods

Loading…
Cancel
Save