Skip to content

Commit dc4315f

Browse files
committed
docs: Fix grammatical error
"A redirect means when the user visits `/a`, **and** URL will be replaced by `/b`" so I replace the **and** with **the**.
1 parent 594e8f0 commit dc4315f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/essentials/redirect-and-alias.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For other advanced usage, checkout the [example](https://github.com/vuejs/vue-ro
4141

4242
## Alias
4343

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?
44+
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?
4545

4646
**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`.**
4747

0 commit comments

Comments
 (0)