Skip to content

Commit 64bf2fd

Browse files
andrefsUlisesGascon
authored andcommitted
doc: fix typo in webstreams.md
PR-URL: #50426 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 7d43c5a commit 64bf2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/webstreams.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ added: v16.5.0
202202
* `transform` {Object}
203203
* `readable` {ReadableStream} The `ReadableStream` to which
204204
`transform.writable` will push the potentially modified data
205-
is receives from this `ReadableStream`.
205+
it receives from this `ReadableStream`.
206206
* `writable` {WritableStream} The `WritableStream` to which this
207207
`ReadableStream`'s data will be written.
208208
* `options` {Object}

0 commit comments

Comments
 (0)