Skip to content

Commit 7338c47

Browse files
gass-gitposva
andauthored
docs: improve sentence (#1634)
Co-authored-by: Eduardo San Martin Morote <[email protected]>
1 parent 15376c7 commit 7338c47

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/guide/advanced

1 file changed

+1
-1
lines changed

packages/docs/guide/advanced/meta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
title="Learn how to use route meta fields"
66
/>
77

8-
Sometimes, you might want to attach arbitrary information to routes like transition names, who can access the route, etc. This can be achieved through the `meta` property which accepts an object of properties and can be accessed on the route location and navigation guards. You can define `meta` properties like this:
8+
Sometimes, you might want to attach arbitrary information to routes like transition names, or roles to control who can access the route, etc. This can be achieved through the `meta` property which accepts an object of properties and can be accessed on the route location and navigation guards. You can define `meta` properties like this:
99

1010
```js
1111
const routes = [

0 commit comments

Comments
 (0)