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 4f92536 commit 83c7b24Copy full SHA for 83c7b24
doc/api/stream.md
@@ -21,7 +21,7 @@ const stream = require('stream');
21
22
While it is important for all Node.js users to understand how streams work,
23
the `stream` module itself is most useful for developers that are creating new
24
-types of stream instances. Developer's who are primarily *consuming* stream
+types of stream instances. Developers who are primarily *consuming* stream
25
objects will rarely (if ever) have need to use the `stream` module directly.
26
27
## Organization of this Document
0 commit comments