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 3d8d4f4 commit 6f7d74bCopy full SHA for 6f7d74b
packages/svelte/types/index.d.ts
@@ -546,7 +546,7 @@ declare module 'svelte/action' {
546
* // ...
547
* }
548
* ```
549
- * `Action<HTMLDivElement>` and `Action<HTMLDiveElement, undefined>` both signal that the action accepts no parameters.
+ * `Action<HTMLDivElement>` and `Action<HTMLDivElement, undefined>` both signal that the action accepts no parameters.
550
*
551
* You can return an object with methods `update` and `destroy` from the function and type which additional attributes and events it has.
552
* See interface `ActionReturn` for more details.
0 commit comments