Skip to content

Commit b3ed4d9

Browse files
Soupedenuitposva
authored andcommitted
docs: grammar (#3059)
minor typos/grammar
1 parent 3b4ec3c commit b3ed4d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ If you add a `target="_blank"` to your `a` element, you must omit the `@click="n
165165

166166
## `<router-view>`
167167

168-
The `<router-view>` component is a functional component that renders the matched component for the given path. Components rendered in `<router-view>` can also contain its own `<router-view>`, which will render components for nested paths.
168+
The `<router-view>` component is a functional component that renders the matched component for the given path. Components rendered in `<router-view>` can also contain their own `<router-view>`, which will render components for nested paths.
169169

170170
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.
171171

172-
Since it's just a component, it works with `<transition>` and `<keep-alive>`. When using the both together, make sure to use `<keep-alive>` inside:
172+
Since it's just a component, it works with `<transition>` and `<keep-alive>`. When using them both together, make sure to use `<keep-alive>` inside:
173173

174174
```html
175175
<transition>

0 commit comments

Comments
 (0)