Skip to content

Commit b0c73e8

Browse files
committed
doc: correct 'event handle' to 'event handler' in Utf8Stream drop event
1 parent 2388991 commit b0c73e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/fs.md

Lines changed: 3 additions & 3 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
7740-
will not be written. The data that was dropped is passed as the first argument
7741-
to the event handle.
7739+
The `'drop'` event is emitted when the maximum length is reached and the data will not be written.
7740+
The data that was dropped is passed as the first argument to the event handler.
7741+
77427742
77437743
#### Event: `'error'`
77447744

0 commit comments

Comments
 (0)