Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading