Skip to content

Commit fc036fe

Browse files
committed
Clarify dispatchEvent synchronous handler wording
1 parent a1da408 commit fc036fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • files/en-us/web/api/eventtarget/dispatchevent

files/en-us/web/api/eventtarget/dispatchevent/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ should have already been created and initialized using an {{domxref("Event/Event
1919
> [!NOTE]
2020
> When calling this method, the {{domxref("Event.target")}} property is initialized to the current `EventTarget`.
2121
22-
Unlike "native" events, which are fired by the browser and invoke event handlers
22+
Unlike "native" events, which are fired by the browser and dispatched
2323
asynchronously via the [event loop](/en-US/docs/Web/JavaScript/Reference/Execution_model),
2424
`dispatchEvent()` invokes event handlers _synchronously_. All applicable event
2525
handlers are called and return before `dispatchEvent()` returns.

0 commit comments

Comments
 (0)