Skip to content

Commit acb9356

Browse files
authored
docs: fix typo in Action jsdoc (#9254)
1 parent fa89421 commit acb9356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/runtime/action/public.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export interface ActionReturn<
5050
* // ...
5151
* }
5252
* ```
53-
* `Action<HTMLDivElement>` and `Action<HTMLDiveElement, undefined>` both signal that the action accepts no parameters.
53+
* `Action<HTMLDivElement>` and `Action<HTMLDivElement, undefined>` both signal that the action accepts no parameters.
5454
*
5555
* You can return an object with methods `update` and `destroy` from the function and type which additional attributes and events it has.
5656
* See interface `ActionReturn` for more details.

0 commit comments

Comments
 (0)