Skip to content

Commit 839824a

Browse files
tniessenBethGriggs
authored andcommitted
doc: use serial comma in events docs
Refs: #11321 Refs: #17384 PR-URL: #43113 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name>
1 parent 9eb8bf1 commit 839824a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ The [`--trace-warnings`][] command-line flag can be used to display the
812812
stack trace for such warnings.
813813

814814
The emitted warning can be inspected with [`process.on('warning')`][] and will
815-
have the additional `emitter`, `type` and `count` properties, referring to
815+
have the additional `emitter`, `type`, and `count` properties, referring to
816816
the event emitter instance, the event’s name and the number of attached
817817
listeners, respectively.
818818
Its `name` property is set to `'MaxListenersExceededWarning'`.

0 commit comments

Comments
 (0)