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> & {
1822
1822
* await submit().updates(
1823
1823
* todos.withOverride((todos) => [...todos, { text: data.get('text') }])
1824
1824
* );
1825
- * }}>
1825
+ * }) }>
1826
1826
* <input type="text" name="text" />
1827
1827
* <button type="submit">Add Todo</button>
1828
1828
* </form>
Original file line number Diff line number Diff line change @@ -1798,7 +1798,7 @@ declare module '@sveltejs/kit' {
1798
1798
* await submit().updates(
1799
1799
* todos.withOverride((todos) => [...todos, { text: data.get('text') }])
1800
1800
* );
1801
- * }}>
1801
+ * }) }>
1802
1802
* <input type="text" name="text" />
1803
1803
* <button type="submit">Add Todo</button>
1804
1804
* </form>
You can’t perform that action at this time.
0 commit comments