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 <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>
  • Loading branch information
zombieleet authored and richardlau committed Sep 7, 2020
1 parent 7490ce3 commit 7f20c57
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 @@ -1074,7 +1074,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 7f20c57

Please sign in to comment.