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.