Skip to content

Commit 83c7b24

Browse files
bradley-curranaddaleax
authored andcommitted
doc: fix typo in stream doc
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]>
1 parent 4f92536 commit 83c7b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const stream = require('stream');
2121

2222
While it is important for all Node.js users to understand how streams work,
2323
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
24+
types of stream instances. Developers who are primarily *consuming* stream
2525
objects will rarely (if ever) have need to use the `stream` module directly.
2626

2727
## Organization of this Document

0 commit comments

Comments
 (0)