Skip to content

Commit a846a9f

Browse files
zombieleetrichardlau
authored andcommitted
doc: change 'be will' to 'will be'
PR-URL: #34999 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent a756b92 commit a846a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ In either case, the handler function will be invoked with the `event` argument
10741074
passed to the `eventTarget.dispatchEvent()` function.
10751075

10761076
Async functions may be used as event listeners. If an async handler function
1077-
rejects, the rejection will be captured and be will handled as described in
1077+
rejects, the rejection will be captured and will be handled as described in
10781078
[`EventTarget` error handling][].
10791079

10801080
An error thrown by one handler function will not prevent the other handlers

0 commit comments

Comments
 (0)