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 b979c29 commit 3d8d4f4Copy full SHA for 3d8d4f4
packages/svelte/src/action/public.d.ts
@@ -48,7 +48,7 @@ export interface ActionReturn<
48
* // ...
49
* }
50
* ```
51
- * `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.
52
*
53
* You can return an object with methods `update` and `destroy` from the function and type which additional attributes and events it has.
54
* See interface `ActionReturn` for more details.
0 commit comments