doc: correct 'event handle' to 'event handler' in Utf8Stream drop event

PR-URL: https://github.com/nodejs/node/pull/60692
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
This commit is contained in:
Riddhi 2025-11-28 16:13:07 +05:30 committed by GitHub
parent 01d5a38a60
commit 1b3a64deb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7736,9 +7736,9 @@ to allow continued writing.
#### Event: `'drop'`
The `'drop'` event is emitted when to maximal length is reached and that data
The `'drop'` event is emitted when the maximal length is reached and that data
will not be written. The data that was dropped is passed as the first argument
to the event handle.
to the event handler.
#### Event: `'error'`