Skip to content

Commit 5135bae

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

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)