Skip to content

Commit ffdd3e0

Browse files
authored
Apply suggestions from code review
1 parent fd6e8fd commit ffdd3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/03-template-syntax/01-basic-markup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Timing-wise, event attributes always fire after events from bindings (e.g. `onin
109109

110110
When using `ontouchstart` and `ontouchmove` event attributes, the handlers are [passive](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener#using_passive_listeners) for better performance. This greatly improves responsiveness by allowing the browser to scroll the document immediately, rather than waiting to see if the event handler calls `event.preventDefault()`.
111111

112-
In the very rare cases that you need to prevent these event defaults, you should use [`on`](svelte/svelte-events#on) instead (for example inside an action).
112+
In the very rare cases that you need to prevent these event defaults, you should use [`on`](svelte-events#on) instead (for example inside an action).
113113

114114
### Event delegation
115115

0 commit comments

Comments
 (0)