Skip to content

Commit 3b54d0d

Browse files
zombieleetaddaleax
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 1111111 commit 3b54d0d

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
@@ -1131,7 +1131,7 @@ In either case, the handler function will be invoked with the `event` argument
11311131
passed to the `eventTarget.dispatchEvent()` function.
11321132

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

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

0 commit comments

Comments
 (0)