Skip to content

Commit 27b47a1

Browse files
Sync kit docs (#1503)
sync kit docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent 5dfb3d5 commit 27b47a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/docs/kit/98-reference/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2211,7 +2211,7 @@ type RemoteQuery<T> = RemoteResource<T> & {
22112211
* await submit().updates(
22122212
* todos.withOverride((todos) => [...todos, { text: data.get('text') }])
22132213
* );
2214-
* }}>
2214+
* })}>
22152215
* <input type="text" name="text" />
22162216
* <button type="submit">Add Todo</button>
22172217
* </form>

0 commit comments

Comments
 (0)