Skip to content

Commit 1b3a64d

Browse files
authored
doc: correct 'event handle' to 'event handler' in Utf8Stream drop event
PR-URL: #60692 Reviewed-By: Ulises Gascón <[email protected]>
1 parent 01d5a38 commit 1b3a64d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/fs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7736,9 +7736,9 @@ to allow continued writing.
77367736
77377737
#### Event: `'drop'`
77387738
7739-
The `'drop'` event is emitted when to maximal length is reached and that data
7739+
The `'drop'` event is emitted when the maximal length is reached and that data
77407740
will not be written. The data that was dropped is passed as the first argument
7741-
to the event handle.
7741+
to the event handler.
77427742
77437743
#### Event: `'error'`
77447744

0 commit comments

Comments
 (0)