Skip to content

Commit e0e636b

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/api/fs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7736,9 +7736,8 @@ 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.
77427741
77437742
#### Event: `'error'`
77447743

0 commit comments

Comments
 (0)