Skip to content

Commit ac3b884

Browse files
aduh95UlisesGascon
authored andcommitted
doc: fix typo in stream.finished documentation
PR-URL: #49271 Refs: https://nodejs.org/api/stream.html#streamfinishedstream-options Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Qingyu Deng <[email protected]>
1 parent 0179c6d commit ac3b884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ run().catch(console.error);
278278
rs.resume(); // Drain the stream.
279279
```
280280

281-
The `finished` API provides [callback version][stream-finished]:
281+
The `finished` API also provides a [callback version][stream-finished].
282282

283283
### Object mode
284284

0 commit comments

Comments
 (0)