Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix typo in stream doc
Use the plural instead of the possessive for developers
  • Loading branch information
bradley-curran committed Feb 26, 2017
commit 8bfc4f377e648c7ff98af5b512f9ac8ba40c2b7a
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const stream = require('stream');

While it is important for all Node.js users to understand how streams work,
the `stream` module itself is most useful for developers that are creating new
types of stream instances. Developer's who are primarily *consuming* stream
types of stream instances. Developers who are primarily *consuming* stream
objects will rarely (if ever) have need to use the `stream` module directly.

## Organization of this Document
Expand Down