Skip to content

Commit 43074ee

Browse files
andrefstargos
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 92d6403 commit 43074ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/webstreams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ added: v16.5.0
206206
* `transform` {Object}
207207
* `readable` {ReadableStream} The `ReadableStream` to which
208208
`transform.writable` will push the potentially modified data
209-
is receives from this `ReadableStream`.
209+
it receives from this `ReadableStream`.
210210
* `writable` {WritableStream} The `WritableStream` to which this
211211
`ReadableStream`'s data will be written.
212212
* `options` {Object}

0 commit comments

Comments
 (0)