diff --git a/docs/api/README.md b/docs/api/README.md index 7f9b088ac..71aada72b 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -165,11 +165,11 @@ If you add a `target="_blank"` to your `a` element, you must omit the `@click="n ## `` -The `` component is a functional component that renders the matched component for the given path. Components rendered in `` can also contain its own ``, which will render components for nested paths. +The `` component is a functional component that renders the matched component for the given path. Components rendered in `` can also contain their own ``, which will render components for nested paths. Any non-name props will be passed along to the rendered component, however most of the time the per-route data is contained in the route's params. -Since it's just a component, it works with `` and ``. When using the both together, make sure to use `` inside: +Since it's just a component, it works with `` and ``. When using them both together, make sure to use `` inside: ```html