Skip to content

Commit ff67b4e

Browse files
committed
docs(fs): fix incorrect term 'event handle' to 'event handler' in Utf8Stream drop event description
1 parent 2388991 commit ff67b4e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/api/fs.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7736,9 +7736,7 @@ 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. The data that was dropped is passed as the first argument to the event handler.
77427740
77437741
#### Event: `'error'`
77447742

0 commit comments

Comments
 (0)