Skip to content

Commit f181c37

Browse files
aduh95targos
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 879b958 commit f181c37

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
@@ -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)