Skip to content

Commit

Permalink
[docs] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
x0k committed Nov 15, 2024
1 parent 3070432 commit 25c6ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/content/docs/integrations/sveltekit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

:::
Expand Down

0 comments on commit 25c6ec8

Please sign in to comment.