diff --git a/packages/kit/src/exports/public.d.ts b/packages/kit/src/exports/public.d.ts index b96b92a9c1b8..aa3a27373eff 100644 --- a/packages/kit/src/exports/public.d.ts +++ b/packages/kit/src/exports/public.d.ts @@ -1822,7 +1822,7 @@ export type RemoteQuery = RemoteResource & { * await submit().updates( * todos.withOverride((todos) => [...todos, { text: data.get('text') }]) * ); - * }}> + * })}> * * * diff --git a/packages/kit/types/index.d.ts b/packages/kit/types/index.d.ts index 3a7b23f3d882..07c49ef909ee 100644 --- a/packages/kit/types/index.d.ts +++ b/packages/kit/types/index.d.ts @@ -1798,7 +1798,7 @@ declare module '@sveltejs/kit' { * await submit().updates( * todos.withOverride((todos) => [...todos, { text: data.get('text') }]) * ); - * }}> + * })}> * * *