From 4d60cd2b70257929017bcab64b26f09aa2b7a92f Mon Sep 17 00:00:00 2001 From: Sourabh Ranka <31345214+SourabhRanka@users.noreply.github.com> Date: Sun, 21 May 2023 18:25:44 +0530 Subject: [PATCH] docs: url (#1852) Easier to read and remain consistent with usage. --- packages/docs/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/guide/index.md b/packages/docs/guide/index.md index 28c01f59..6003571c 100644 --- a/packages/docs/guide/index.md +++ b/packages/docs/guide/index.md @@ -34,7 +34,7 @@ Note how instead of using regular `a` tags, we use a custom component `router-li ### `router-view` -`router-view` will display the component that corresponds to the url. You can put it anywhere to adapt it to your layout. +`router-view` will display the component that corresponds to the URL. You can put it anywhere to adapt it to your layout. -- 2.47.2