Skip to content

Commit

Permalink
docs: Fix small grammatical error in redirect-and-alias (#2623)
Browse files Browse the repository at this point in the history
"A redirect means when the user visits `/a`, **and** URL will be replaced by `/b`" so I replace the **and** with **the**.

<!--
Please make sure to read the Pull Request Guidelines:
https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#pull-request-guidelines
-->
  • Loading branch information
delenamalan authored and posva committed Feb 22, 2019
1 parent 594e8f0 commit cda849d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/essentials/redirect-and-alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For other advanced usage, checkout the [example](https://github.com/vuejs/vue-ro

## Alias

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?

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

Expand Down

0 comments on commit cda849d

Please sign in to comment.