Skip to content

Commit b34db0a

Browse files
andrefsalexfernandez
authored andcommitted
doc: fix typo in webstreams.md
PR-URL: nodejs#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>
1 parent 0801253 commit b34db0a

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
@@ -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)