From 79aa850235d8ae84a06a3377b0a0cdb6aa8c5102 Mon Sep 17 00:00:00 2001 From: Ian Kerins Date: Thu, 11 Mar 2021 14:20:38 -0500 Subject: [PATCH] doc: fix typo in stream docs --- doc/api/stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index b49110af53e2e9..26a04be24c6f35 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -2197,7 +2197,7 @@ user programs. #### `writable._writev(chunks, callback)` * `chunks` {Object[]} The data to be written. The value is an array of {Object} - 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 these objects are: * `chunk` {Buffer|string} A buffer instance or string containing the data to be written. The `chunk` will be a string if the `Writable` was created with