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