We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d7a89 commit 4a97bc7Copy full SHA for 4a97bc7
doc/api/stream.md
@@ -547,7 +547,7 @@ that the stream will *remain* paused once those destinations drain and ask for
547
more data.
548
549
*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,
+consumers available to handle the data, that data will be lost. This can occur,
551
for instance, when the `readable.resume()` method is called without a listener
552
attached to the `'data'` event, or when a `'data'` event handler is removed
553
from the stream.
0 commit comments