We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e8e7f commit 9dd47bcCopy full SHA for 9dd47bc
doc/api/stream.md
@@ -2318,7 +2318,7 @@ primarily for examples and testing, but there are some use cases where
2318
Prior to Node.js 0.10, the `Readable` stream interface was simpler, but also
2319
less powerful and less useful.
2320
2321
-* Rather than waiting for calls the [`stream.read()`][stream-read] method,
+* Rather than waiting for calls to the [`stream.read()`][stream-read] method,
2322
[`'data'`][] events would begin emitting immediately. Applications that
2323
would need to perform some amount of work to decide how to handle data
2324
were required to store read data into buffers so the data would not be lost.
0 commit comments