Skip to content

Commit e429f9a

Browse files
glennschlervsemozhetbyt
authored andcommitted
doc: fix typo in streams.md
Slight grammar change to the readable event:`error` PR-URL: #12924 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
1 parent faf6654 commit e429f9a

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
@@ -684,7 +684,7 @@ added: v0.9.4
684684
* {Error}
685685

686686
The `'error'` event may be emitted by a Readable implementation at any time.
687-
Typically, this may occur if the underlying stream in unable to generate data
687+
Typically, this may occur if the underlying stream is unable to generate data
688688
due to an underlying internal failure, or when a stream implementation attempts
689689
to push an invalid chunk of data.
690690

0 commit comments

Comments
 (0)