We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169f187 commit 68b23beCopy full SHA for 68b23be
doc/api/stream.md
@@ -556,7 +556,7 @@ that the stream will *remain* paused once those destinations drain and ask for
556
more data.
557
558
*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,
+consumers available to handle the data, that data will be lost. This can occur,
560
for instance, when the `readable.resume()` method is called without a listener
561
attached to the `'data'` event, or when a `'data'` event handler is removed
562
from the stream.
0 commit comments