Skip to content

Commit a846a9f

Browse files
zombieleetrichardlau
authored andcommitted
doc: change 'be will' to 'will be'
PR-URL: #34999 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
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

Lines changed: 1 addition & 1 deletion
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)