diff --git a/doc/api/webstreams.md b/doc/api/webstreams.md index dd6e46c3274464..03f95b87ff0b3c 100644 --- a/doc/api/webstreams.md +++ b/doc/api/webstreams.md @@ -206,7 +206,7 @@ added: v16.5.0 * `transform` {Object} * `readable` {ReadableStream} The `ReadableStream` to which `transform.writable` will push the potentially modified data - is receives from this `ReadableStream`. + it receives from this `ReadableStream`. * `writable` {WritableStream} The `WritableStream` to which this `ReadableStream`'s data will be written. * `options` {Object}