Skip to content

Commit 25c6ec8

Browse files
committed
[docs] Fix typo
1 parent 3070432 commit 25c6ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/src/content/docs/integrations/sveltekit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const { form, mutation, enhance } = useSvelteKitForm(
111111
The error type will be inferred from `ActionData` and the form data type from `PageData`.
112112

113113
If you did not use `initForm` in the `load` function,
114-
the third generic parament of the `meta` function will be used as the form data type
114+
the third generic parameter of the `meta` function will be used as the form data type
115115
(the default is `SchemaValue`).
116116

117117
:::

0 commit comments

Comments
 (0)