docs: fix small typo (#13967)

A full stop or colon, we myst choose
pull/13880/merge
Max Duval 1 week ago committed by GitHub
parent 67cf3871b4
commit ac6d8c0bf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -45,7 +45,7 @@ The action is only called once (but not during server-side rendering) — it wil
## Typing
The `Action` interface receives three optional type arguments — a node type (which can be `Element`, if the action applies to everything), a parameter, and any custom event handlers created by the action.:
The `Action` interface receives three optional type arguments — a node type (which can be `Element`, if the action applies to everything), a parameter, and any custom event handlers created by the action:
```svelte
<!--- file: App.svelte --->

Loading…
Cancel
Save