From 7d6552191289de96629e8e6233cae797d5ff7713 Mon Sep 17 00:00:00 2001 From: Andy Castille Date: Tue, 24 Aug 2021 01:44:37 -0700 Subject: [PATCH] docs: fix typo in deployment guide (#6620) --- docs/guide/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).