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
path: root/doc
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-05-15 21:23:31 +0300
committerGitHub <noreply@github.com>2022-05-15 21:23:31 +0300
commit82861e9446af8ad12d2c2a0967e331a4333440d6 (patch)
tree2eb90ffb6d8544bc390f486377e471184c992151 /doc
parente330b4583cb5ec78e4d273d20a7bc4b1517bdfe5 (diff)
doc: use serial comma in events docs
Refs: https://github.com/nodejs/node/pull/11321 Refs: https://github.com/nodejs/node/pull/17384 PR-URL: https://github.com/nodejs/node/pull/43113 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name>
Diffstat (limited to 'doc')
-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 839b076a744..8f230d0a431 100644
--- a/doc/api/events.md
+++ b/doc/api/events.md
@@ -812,7 +812,7 @@ The [`--trace-warnings`][] command-line flag can be used to display the
stack trace for such warnings.
The emitted warning can be inspected with [`process.on('warning')`][] and will
-have the additional `emitter`, `type` and `count` properties, referring to
+have the additional `emitter`, `type`, and `count` properties, referring to
the event emitter instance, the event’s name and the number of attached
listeners, respectively.
Its `name` property is set to `'MaxListenersExceededWarning'`.