Skip to content

Commit

Permalink
doc: fix typo in webstreams.md
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
andrefs authored and UlisesGascon committed Dec 11, 2023
1 parent 7d43c5a commit 64bf2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/webstreams.md
Expand Up @@ -202,7 +202,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}
Expand Down

0 comments on commit 64bf2fd

Please sign in to comment.