Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7736,9 +7736,9 @@ to allow continued writing.

#### Event: `'drop'`

The `'drop'` event is emitted when to maximal length is reached and that data
The `'drop'` event is emitted when the maximal length is reached and that data
will not be written. The data that was dropped is passed as the first argument
to the event handle.
to the event handler.

#### Event: `'error'`

Expand Down
Loading