diff --git a/docs/api/components/Route.md b/docs/api/components/Route.md index 3e1ac4359f..f225ff12a0 100644 --- a/docs/api/components/Route.md +++ b/docs/api/components/Route.md @@ -30,7 +30,7 @@ handler will have the child route's handler available as `this.props.activeRouteHandler`. You can then render it in the parent passing in any additional props as needed. -### [prop] +### `[prop]` Any additional, user-defined, properties will be become properties of the rendered handler.