Skip to content

Commit 352626c

Browse files
authored
fix: typo in jsdoc (#14300)
* fix docs typo * wow.
1 parent 8d4d804 commit 352626c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/kit/src/exports/public.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

packages/kit/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)