mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: fix typo in webstreams.md
PR-URL: https://github.com/nodejs/node/pull/50426 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user