Skip to content

Commit

Permalink
docs: fix typo in Action jsdoc (#9254)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegommm authored Sep 25, 2023
1 parent fa89421 commit acb9356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/src/runtime/action/public.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface ActionReturn<
* // ...
* }
* ```
* `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.
*
* You can return an object with methods `update` and `destroy` from the function and type which additional attributes and events it has.
* See interface `ActionReturn` for more details.
Expand Down

0 comments on commit acb9356

Please sign in to comment.