Skip to content

Commit

Permalink
doc: fix typo in stream doc
Browse files Browse the repository at this point in the history
Use the plural instead of the possessive for developers

PR-URL: #11560
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Timothy Gu <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
  • Loading branch information
bradley-curran authored and addaleax committed Mar 5, 2017
1 parent 4f92536 commit 83c7b24
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 83c7b24

Please sign in to comment.