We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed9e0b commit 50f3ad1Copy full SHA for 50f3ad1
doc/api/stream.md
@@ -2197,7 +2197,7 @@ user programs.
2197
#### `writable._writev(chunks, callback)`
2198
2199
* `chunks` {Object[]} The data to be written. The value is an array of {Object}
2200
- that each represent a discreet chunk of data to write. The properties of
+ that each represent a discrete chunk of data to write. The properties of
2201
these objects are:
2202
* `chunk` {Buffer|string} A buffer instance or string containing the data to
2203
be written. The `chunk` will be a string if the `Writable` was created with
0 commit comments