File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1822,7 +1822,7 @@ export type RemoteQuery<T> = RemoteResource<T> & {
18221822 * await submit().updates(
18231823 * todos.withOverride((todos) => [...todos, { text: data.get('text') }])
18241824 * );
1825- * }}>
1825+ * }) }>
18261826 * <input type="text" name="text" />
18271827 * <button type="submit">Add Todo</button>
18281828 * </form>
Original file line number Diff line number Diff line change @@ -1798,7 +1798,7 @@ declare module '@sveltejs/kit' {
17981798 * await submit().updates(
17991799 * todos.withOverride((todos) => [...todos, { text: data.get('text') }])
18001800 * );
1801- * }}>
1801+ * }) }>
18021802 * <input type="text" name="text" />
18031803 * <button type="submit">Add Todo</button>
18041804 * </form>
You can’t perform that action at this time.
0 commit comments