Skip to content

Commit ab5047f

Browse files
Sync kit docs (#1621)
sync kit docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent 81b999c commit ab5047f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/docs/kit/98-reference/20-$app-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function form<
118118
fn: (
119119
data: StandardSchemaV1.InferOutput<Schema>,
120120
invalid: import('@sveltejs/kit').Invalid<
121-
StandardSchemaV1.InferOutput<Schema>
121+
StandardSchemaV1.InferInput<Schema>
122122
>
123123
) => MaybePromise<Output>
124124
): RemoteForm<StandardSchemaV1.InferInput<Schema>, Output>;

0 commit comments

Comments
 (0)