Fix URL typo

Remove extra word in URL, as pointed at at https://discourse.gohugo.io/t/typo-in-docs/10558?u=maiki.
This commit is contained in:
maiki 2018-02-15 07:49:45 -08:00 committed by Kaushal Modi
parent 83a91fc998
commit 9f26f21d28

View File

@ -118,7 +118,7 @@ aliases:
---
{{< /code >}}
Now when you visit any of the locations specified in aliases---i.e., *assuming the same site domain*---you'll be redirected to the page they are specified on. For example, a visitor to `example.com/posts/my-original-url/` will be immediately redirected to `example.com/posts/my-awesome-blog-post/`.
Now when you visit any of the locations specified in aliases---i.e., *assuming the same site domain*---you'll be redirected to the page they are specified on. For example, a visitor to `example.com/posts/my-original-url/` will be immediately redirected to `example.com/posts/my-awesome-post/`.
### Example: Aliases in Multilingual