From dc4315f8ffcd79392ebf61fc29048bf3457ff47f Mon Sep 17 00:00:00 2001 From: Delena Malan Date: Fri, 22 Feb 2019 15:52:45 +0200 Subject: [PATCH] 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**. --- docs/guide/essentials/redirect-and-alias.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/essentials/redirect-and-alias.md b/docs/guide/essentials/redirect-and-alias.md index d99db9bfa..103995bac 100644 --- a/docs/guide/essentials/redirect-and-alias.md +++ b/docs/guide/essentials/redirect-and-alias.md @@ -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`.**