We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2388991 commit b0c73e8Copy full SHA for b0c73e8
doc/api/fs.md
@@ -7736,9 +7736,9 @@ to allow continued writing.
7736
7737
#### Event: `'drop'`
7738
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.
+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.
+
7742
7743
#### Event: `'error'`
7744
0 commit comments