Skip to content

Commit 3d8d4f4

Browse files
authored
typo: HTMLDiveElement
1 parent b979c29 commit 3d8d4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)