Skip to content

Commit d0c0aed

Browse files
authored
Merge pull request reactjs#195 from MarkPollmann/patch-1
Fix typo in Update.md
2 parents 27a3b98 + 2739197 commit d0c0aed

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)