diff --git a/doc/api/fs.md b/doc/api/fs.md index f09395cb123150..c0c88a3abb90c1 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -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'`