Skip to content

Commit 6f7d74b

Browse files
committed
regenerate types
1 parent 3d8d4f4 commit 6f7d74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ declare module 'svelte/action' {
546546
* // ...
547547
* }
548548
* ```
549-
* `Action<HTMLDivElement>` and `Action<HTMLDiveElement, undefined>` both signal that the action accepts no parameters.
549+
* `Action<HTMLDivElement>` and `Action<HTMLDivElement, undefined>` both signal that the action accepts no parameters.
550550
*
551551
* You can return an object with methods `update` and `destroy` from the function and type which additional attributes and events it has.
552552
* See interface `ActionReturn` for more details.

0 commit comments

Comments
 (0)