diff --git a/docs/guide/deployment.md b/docs/guide/deployment.md index 97c616e0fc..212660e180 100644 --- a/docs/guide/deployment.md +++ b/docs/guide/deployment.md @@ -171,7 +171,7 @@ Also checkout [vue-cli-plugin-netlify-lambda](https://github.com/netlify/vue-cli #### Use history mode on Vue Router -In order to receive direct hits using `history mode` on Vue Router, you need to redirect all trafic to the `/index.html` file. +In order to receive direct hits using `history mode` on Vue Router, you need to redirect all traffic to the `/index.html` file. > More information on [Netlify redirects documentation](https://docs.netlify.com/routing/redirects/rewrites-proxies/#history-pushstate-and-single-page-apps).