]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: improve sentence (#1634)
authorGabriel A. Salinas Szada <75760163+gass-git@users.noreply.github.com>
Sat, 17 Dec 2022 08:53:39 +0000 (09:53 +0100)
committerGitHub <noreply@github.com>
Sat, 17 Dec 2022 08:53:39 +0000 (09:53 +0100)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
packages/docs/guide/advanced/meta.md

index cfd9c11e3a2ca69cb38834208f4f6a7636d02ba2..e6cf467295abfd96dececcfa116d97c3fdc919c2 100644 (file)
@@ -5,7 +5,7 @@
   title="Learn how to use route meta fields"
 />
 
-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:
+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:
 
 ```js
 const routes = [