Skip to content

Commit 4a97bc7

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 53d7a89 commit 4a97bc7

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
@@ -547,7 +547,7 @@ that the stream will *remain* paused once those destinations drain and ask for
547547
more data.
548548

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

0 commit comments

Comments
 (0)