From: Daniel Rentz Date: Thu, 2 Mar 2023 16:44:08 +0000 (+0100) Subject: docs: typo (#1719) X-Git-Tag: v4.2.0~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec0d69537964b9cecb3f33901f0240245c6cb6c9;p=thirdparty%2Fvuejs%2Frouter.git docs: typo (#1719) --- diff --git a/packages/docs/guide/essentials/history-mode.md b/packages/docs/guide/essentials/history-mode.md index b46d67cc..32955f33 100644 --- a/packages/docs/guide/essentials/history-mode.md +++ b/packages/docs/guide/essentials/history-mode.md @@ -191,7 +191,7 @@ Create a `_redirects` file that is included with your deployed files: In vue-cli, nuxt, and vite projects, this file usually goes under a folder named `static` or `public`. -You can more about the syntax on [Netlify documentation](https://docs.netlify.com/routing/redirects/rewrites-proxies/#history-pushstate-and-single-page-apps). You can also [create a `netlify.toml`](https://docs.netlify.com/configure-builds/file-based-configuration/) to combine _redirections_ with other Netlify features. +You can read more about the syntax on [Netlify documentation](https://docs.netlify.com/routing/redirects/rewrites-proxies/#history-pushstate-and-single-page-apps). You can also [create a `netlify.toml`](https://docs.netlify.com/configure-builds/file-based-configuration/) to combine _redirections_ with other Netlify features. ### Vercel