Skip to content

Commit bea4ed6

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

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
@@ -82,7 +82,7 @@ See [Remote functions](/docs/kit/remote-functions#form) for full documentation.
8282

8383
```dts
8484
function form<Output>(
85-
fn: () => Output
85+
fn: () => MaybePromise<Output>
8686
): RemoteForm<void, Output>;
8787
```
8888

0 commit comments

Comments
 (0)