Skip to content

Commit 08d2350

Browse files
committed
regenerate types
1 parent 806f7a7 commit 08d2350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ declare module 'svelte' {
366366
/** Anything except a function */
367367
type NotFunction<T> = T extends Function ? never : T;
368368
/**
369-
* Create a snippet imperatively using mount, hyrdate and render functions.
369+
* Create a snippet imperatively using mount, hydrate and render functions.
370370
* */
371371
export function createRawSnippet<Params extends unknown[]>({ mount, hydrate }: {
372372
mount: (...params: Getters<Params>) => Element;

0 commit comments

Comments
 (0)