File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' svelte ' : patch
3+ ---
4+
5+ fix: typo in ` Action ` types
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments