diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index dc31fc3..a63e578 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -130,15 +130,14 @@ module.exports = { ["/examples/alpinejs", "Alpine.js"], ["/examples/framer", "Framer"], ["/examples/gatsby", "Gatsby"], - ["/examples/gridsome", "Gridsome"], ["/examples/hugo", "Hugo"], ["/examples/jekyll", "Jekyll"], ["/examples/nextjs", "Next.js"], - ["/examples/nuxtjs", "Nuxt.js"], + ["/examples/nuxtjs", "Nuxt"], ["/examples/react", "React"], ["/examples/react-native", "React Native"], - ["/examples/sapper", "Sapper"], ["/examples/svelte", "Svelte"], + ["/examples/sveltekit", "SvelteKit"], ["/examples/vue", "Vue"], ["/examples/webflow", "Webflow"], ["/examples/wordpress", "WordPress"], diff --git a/docs/customization/notification-email.md b/docs/customization/notification-email.md index 78929a3..decfeca 100644 --- a/docs/customization/notification-email.md +++ b/docs/customization/notification-email.md @@ -39,7 +39,7 @@ Create a hidden input with the name `_email.template.title`. ``` -You can remove the title be setting the value to `false`. +You can remove the title by setting the value to `false`. ```html diff --git a/docs/customization/redirection.md b/docs/customization/redirection.md index 9fc3d16..ea33781 100644 --- a/docs/customization/redirection.md +++ b/docs/customization/redirection.md @@ -67,14 +67,14 @@ Formspark has excellent AJAX support, [learn more about it here](/examples/ajax. ```html
- + diff --git a/docs/dashboard/additional-workspaces.md b/docs/dashboard/additional-workspaces.md index b4b4660..87f0448 100644 --- a/docs/dashboard/additional-workspaces.md +++ b/docs/dashboard/additional-workspaces.md @@ -14,7 +14,7 @@ workspace. ## Steps -1. Press the `+` button to rhe right of your workspace +1. Press the `+` button to the right of your workspace 2. Fill the form and press `Create` ![New workspace](../.vuepress/public/new-workspace.png) diff --git a/docs/examples/ajax.md b/docs/examples/ajax.md index dd81cfe..99b502b 100644 --- a/docs/examples/ajax.md +++ b/docs/examples/ajax.md @@ -12,7 +12,7 @@ To do so, make a `GET` or `POST` request to your form endpoint (https://submit-f Ensure that both the `Content-Type` and `Accept` headers are set to `application/json` (some HTTP libraries do this automatically). -We have included examples for: Axios, Fetch, jQuery and Javascript XHR. +We have included examples for: Axios, Fetch, jQuery and JavaScript XHR. If you wish to include special fields and customizations, which require hidden fields such as `_email.subject` and `_email.from`, include them as a nested object in the payload: diff --git a/docs/examples/gridsome.md b/docs/examples/gridsome.md deleted file mode 100644 index dcebd7c..0000000 --- a/docs/examples/gridsome.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Gridsome -lang: en-US ---- - -# Gridsome - -```vue -