From f566fa6bf4809ebeb53a5f19386f2c0aa25605c0 Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Wed, 20 May 2026 00:33:45 +0900 Subject: [PATCH] doc: fix typo in deprecations Signed-off-by: Daijiro Wachi --- doc/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 68dd5a4a36561c..cd1a782a3d661c 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -810,7 +810,7 @@ changes: Type: Revoked The [`events.listenerCount(emitter, eventName)`][] API was deprecated, as it -provided identical fuctionality to [`emitter.listenerCount(eventName)`][]. The +provided identical functionality to [`emitter.listenerCount(eventName)`][]. The deprecation was revoked because this function has been repurposed to also accept {EventTarget} arguments.