Skip to content

Commit ac6d8c0

Browse files
authored
docs: fix small typo (#13967)
A full stop or colon, we myst choose
1 parent 67cf387 commit ac6d8c0

File tree

1 file changed

+1
-1
lines changed
  • documentation/docs/03-template-syntax

1 file changed

+1
-1
lines changed

documentation/docs/03-template-syntax/12-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The action is only called once (but not during server-side rendering) — it wil
4545
4646
## Typing
4747

48-
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.:
48+
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:
4949

5050
```svelte
5151
<!--- file: App.svelte --->

0 commit comments

Comments
 (0)