From 7338c47cbec2f4de50631cb886e8326ba73900b3 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Salinas Szada" <75760163+gass-git@users.noreply.github.com> Date: Sat, 17 Dec 2022 09:53:39 +0100 Subject: [PATCH] docs: improve sentence (#1634) Co-authored-by: Eduardo San Martin Morote --- packages/docs/guide/advanced/meta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ -- 2.47.2