From: Sourabh Ranka <31345214+SourabhRanka@users.noreply.github.com> Date: Sun, 21 May 2023 12:55:44 +0000 (+0530) Subject: docs: url (#1852) X-Git-Tag: v4.2.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d60cd2b70257929017bcab64b26f09aa2b7a92f;p=thirdparty%2Fvuejs%2Frouter.git docs: url (#1852) Easier to read and remain consistent with usage. --- 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.