Skip to content

Commit

Permalink
chore: fix grammar in documentation
Browse files Browse the repository at this point in the history
Fix a grammar error in documentation
  • Loading branch information
matthewjnield authored Jun 30, 2024
1 parent f995708 commit 98ec9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/latest/concepts/routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ passed a `render` function that it can call to invoke rendering a component.

The component is the template for a page. It is a JSX element that is rendered
on the server. The page component gets passed props that can be used by it to
determine exactly what should be rendered. By default components receives props
determine exactly what should be rendered. By default components receive props
consisting of: the request URL, the matching route (as a string), the matches
from the URL pattern match, any state set by middleware, and any data passed to
the handler's `render` function.
Expand Down

0 comments on commit 98ec9d2

Please sign in to comment.