diff --git a/apps/docs/src/content/docs/integrations/sveltekit.mdx b/apps/docs/src/content/docs/integrations/sveltekit.mdx index f4894d5f..d35fac43 100644 --- a/apps/docs/src/content/docs/integrations/sveltekit.mdx +++ b/apps/docs/src/content/docs/integrations/sveltekit.mdx @@ -111,7 +111,7 @@ const { form, mutation, enhance } = useSvelteKitForm( The error type will be inferred from `ActionData` and the form data type from `PageData`. If you did not use `initForm` in the `load` function, -the third generic parament of the `meta` function will be used as the form data type +the third generic parameter of the `meta` function will be used as the form data type (the default is `SchemaValue`). :::