We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594e8f0 commit cda849dCopy full SHA for cda849d
docs/guide/essentials/redirect-and-alias.md
@@ -41,7 +41,7 @@ For other advanced usage, checkout the [example](https://github.com/vuejs/vue-ro
41
42
## Alias
43
44
-A redirect means when the user visits `/a`, and URL will be replaced by `/b`, and then matched as `/b`. But what is an alias?
+A redirect means when the user visits `/a`, the URL will be replaced by `/b`, and then matched as `/b`. But what is an alias?
45
46
**An alias of `/a` as `/b` means when the user visits `/b`, the URL remains `/b`, but it will be matched as if the user is visiting `/a`.**
47
0 commit comments