diff --git a/content/docs/context.md b/content/docs/context.md index 13ee519c..d5ae8f41 100644 --- a/content/docs/context.md +++ b/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