From 14a160ae046a1ab9ceccfa8fc339650ed6a407c5 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 PR-URL: https://github.com/nodejs/node/pull/37716 Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Rich Trott Reviewed-By: Trivikram Kamat Reviewed-By: Pooja D P Reviewed-By: Luigi Pinca Reviewed-By: Darshan Sen Reviewed-By: Zijian Liu --- 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 bdb1f277baeee2..86e1eb35068574 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -2023,7 +2023,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