]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: url (#1852)
authorSourabh Ranka <31345214+SourabhRanka@users.noreply.github.com>
Sun, 21 May 2023 12:55:44 +0000 (18:25 +0530)
committerGitHub <noreply@github.com>
Sun, 21 May 2023 12:55:44 +0000 (14:55 +0200)
Easier to read and remain consistent with usage.

packages/docs/guide/index.md

index 28c01f59ff69eb5ed15e5e583eb727c5d3deddd9..6003571cedd9a0b146f39d5e315a62d40607edbe 100644 (file)
@@ -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.
 
 <VueMasteryLogoLink></VueMasteryLogoLink>