From 28a770eec064dfbc88df2241a2b414a82ff1af23 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 27 Mar 2022 15:33:06 -0700 Subject: [PATCH] doc: remove comma splice in events.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/42484 Reviewed-By: Mestery Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen Reviewed-By: Trivikram Kamat Reviewed-By: Darshan Sen --- doc/api/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/events.md b/doc/api/events.md index e16cadf879d9c9..5224664af5655e 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -828,7 +828,7 @@ events. Listeners installed using this symbol are called before the regular `'error'` listeners are called. Installing a listener using this symbol does not change the behavior once an -`'error'` event is emitted, therefore the process will still crash if no +`'error'` event is emitted. Therefore, the process will still crash if no regular `'error'` listener is installed. ## `events.getEventListeners(emitterOrTarget, eventName)`