Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictory Osikwemhe <zombieleetnca@gmail.com>2020-08-31 22:52:20 +0300
committerAnna Henningsen <anna@addaleax.net>2020-09-05 14:51:41 +0300
commit3b54d0daed9d7dfc7c177194904342bb3f3bb19f (patch)
tree121696c08525706d641c8a097046adf808a9bb56 /doc/api/events.md
parent1111111122342506eefa7fc16f6a2b15bd239510 (diff)
doc: change 'be will' to 'will be'
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc/api/events.md')
-rw-r--r--doc/api/events.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/events.md b/doc/api/events.md
index 6c923308c78..2ffe83cd4b1 100644
--- a/doc/api/events.md
+++ b/doc/api/events.md
@@ -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