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 5e3c72a commit ec10ae7Copy full SHA for ec10ae7
doc/api/events.md
@@ -810,7 +810,7 @@ The [`--trace-warnings`][] command-line flag can be used to display the
810
stack trace for such warnings.
811
812
The emitted warning can be inspected with [`process.on('warning')`][] and will
813
-have the additional `emitter`, `type` and `count` properties, referring to
+have the additional `emitter`, `type`, and `count` properties, referring to
814
the event emitter instance, the event’s name and the number of attached
815
listeners, respectively.
816
Its `name` property is set to `'MaxListenersExceededWarning'`.
0 commit comments