We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
webstreams.md
1 parent 7d43c5a commit 64bf2fdCopy full SHA for 64bf2fd
doc/api/webstreams.md
@@ -202,7 +202,7 @@ added: v16.5.0
202
* `transform` {Object}
203
* `readable` {ReadableStream} The `ReadableStream` to which
204
`transform.writable` will push the potentially modified data
205
- is receives from this `ReadableStream`.
+ it receives from this `ReadableStream`.
206
* `writable` {WritableStream} The `WritableStream` to which this
207
`ReadableStream`'s data will be written.
208
* `options` {Object}
0 commit comments