]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: typo (#1719)
authorDaniel Rentz <danielrentz@users.noreply.github.com>
Thu, 2 Mar 2023 16:44:08 +0000 (17:44 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2023 16:44:08 +0000 (17:44 +0100)
packages/docs/guide/essentials/history-mode.md

index b46d67ccb55561d43239d7d6ac7c2bb7fd172a2f..32955f33caaff02fa569fe4f76d95df53538abef 100644 (file)
@@ -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