From a846a9f116fff0555eae47b9fb46313575b982d0 Mon Sep 17 00:00:00 2001 From: Victory Osikwemhe Date: Mon, 31 Aug 2020 19:52:20 +0000 Subject: [PATCH] doc: change 'be will' to 'will be' PR-URL: https://github.com/nodejs/node/pull/34999 Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Gireesh Punathil Reviewed-By: Harshitha K P Reviewed-By: Anna Henningsen Reviewed-By: Rich Trott --- doc/api/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/events.md b/doc/api/events.md index 995351a64a2223..8c56e21e7ae6cb 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -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