Skip to content

Commit 68b23be

Browse files
jyotmanMylesBorins
authored andcommitted
doc: add missing word in stream.md
PR-URL: #11914 Fixes: #11913 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 169f187 commit 68b23be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ that the stream will *remain* paused once those destinations drain and ask for
556556
more data.
557557

558558
*Note*: If a [Readable][] is switched into flowing mode and there are no
559-
consumers available handle the data, that data will be lost. This can occur,
559+
consumers available to handle the data, that data will be lost. This can occur,
560560
for instance, when the `readable.resume()` method is called without a listener
561561
attached to the `'data'` event, or when a `'data'` event handler is removed
562562
from the stream.

0 commit comments

Comments
 (0)