Skip to content

Commit

Permalink
doc: change 'be will' to 'will be'
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
zombieleet authored and addaleax committed Sep 5, 2020
1 parent 1111111 commit 3b54d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ In either case, the handler function will be invoked with the `event` argument
passed to the `eventTarget.dispatchEvent()` function.

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

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

0 comments on commit 3b54d0d

Please sign in to comment.