Skip to content

Commit 2739197

Browse files
authored
Fix typo in Update.md
1 parent 27a3b98 commit 2739197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const BasicExample = () => (
143143

144144
By passing down some information from the `Router` component, each `Link` and `Route` can communicate back to the containing `Router`.
145145

146-
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.
146+
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.
147147

148148
## Referencing Context in Lifecycle Methods
149149

0 commit comments

Comments
 (0)