Skip to content

Commit 2142393

Browse files
authored
use a better alternative to 'chain'.
1 parent c1e1157 commit 2142393

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/01-svelte/05-events/03-event-modifiers

1 file changed

+1
-1
lines changed

Diff for: content/tutorial/01-svelte/05-events/03-event-modifiers/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ The full list of modifiers:
2222
- `self` — only trigger handler if event.target is the element itself
2323
- `trusted` — only trigger handler if `event.isTrusted` is `true`, meaning the event was triggered by a user action rather than because some JavaScript called `element.dispatchEvent(...)`
2424

25-
You can chain modifiers together, e.g. `on:click|once|capture={...}`.
25+
You can use multiple modifiers together, e.g. `on:click|once|capture={...}`.

0 commit comments

Comments
 (0)