We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb8bf1 commit 839824aCopy full SHA for 839824a
doc/api/events.md
@@ -812,7 +812,7 @@ The [`--trace-warnings`][] command-line flag can be used to display the
812
stack trace for such warnings.
813
814
The emitted warning can be inspected with [`process.on('warning')`][] and will
815
-have the additional `emitter`, `type` and `count` properties, referring to
+have the additional `emitter`, `type`, and `count` properties, referring to
816
the event emitter instance, the event’s name and the number of attached
817
listeners, respectively.
818
Its `name` property is set to `'MaxListenersExceededWarning'`.
0 commit comments