Skip to content

Commit a042c8a

Browse files
bradley-curranMylesBorins
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 <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent d4f2ef7 commit a042c8a

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)