We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806f7a7 commit 08d2350Copy full SHA for 08d2350
packages/svelte/types/index.d.ts
@@ -366,7 +366,7 @@ declare module 'svelte' {
366
/** Anything except a function */
367
type NotFunction<T> = T extends Function ? never : T;
368
/**
369
- * Create a snippet imperatively using mount, hyrdate and render functions.
+ * Create a snippet imperatively using mount, hydrate and render functions.
370
* */
371
export function createRawSnippet<Params extends unknown[]>({ mount, hydrate }: {
372
mount: (...params: Getters<Params>) => Element;
0 commit comments