From: Gabriel A. Salinas Szada <75760163+gass-git@users.noreply.github.com> Date: Sat, 17 Dec 2022 08:53:39 +0000 (+0100) Subject: docs: improve sentence (#1634) X-Git-Tag: v4.2.0~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7338c47cbec2f4de50631cb886e8326ba73900b3;p=thirdparty%2Fvuejs%2Frouter.git docs: improve sentence (#1634) Co-authored-by: Eduardo San Martin Morote --- diff --git a/packages/docs/guide/advanced/meta.md b/packages/docs/guide/advanced/meta.md index cfd9c11e..e6cf4672 100644 --- a/packages/docs/guide/advanced/meta.md +++ b/packages/docs/guide/advanced/meta.md @@ -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 = [