We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8436d9 commit af00d76Copy full SHA for af00d76
doc/api/stream.md
@@ -1108,7 +1108,7 @@ implement streams using JavaScript's prototypal inheritance model.
1108
1109
First, a stream developer would declare a new JavaScript class that extends one
1110
of the four basic stream classes (`stream.Writable`, `stream.Readable`,
1111
-`stream.Duplex`, or `stream.Transform`), making sure the call the appropriate
+`stream.Duplex`, or `stream.Transform`), making sure they call the appropriate
1112
parent class constructor:
1113
1114
```js
0 commit comments