Skip to content

Commit a1196d1

Browse files
glennschlergibfahn
authored andcommitted
doc: fix typo in streams.md
Slight grammar change to the readable event:`error` PR-URL: #12924 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent 332c9db commit a1196d1

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
@@ -675,7 +675,7 @@ added: v0.9.4
675675
* {Error}
676676

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

0 commit comments

Comments
 (0)