Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a042c8a

Browse filesBrowse 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
Copy full SHA for a042c8a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/stream.md‎

Copy file name to clipboardExpand all lines: doc/api/stream.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.