doc: fix typo in streams.md
Slight grammar change to the readable event:`error` PR-URL: https://github.com/nodejs/node/pull/12924 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
This commit is contained in:
parent
faf6654ff7
commit
e429f9a42a
@ -684,7 +684,7 @@ added: v0.9.4
|
|||||||
* {Error}
|
* {Error}
|
||||||
|
|
||||||
The `'error'` event may be emitted by a Readable implementation at any time.
|
The `'error'` event may be emitted by a Readable implementation at any time.
|
||||||
Typically, this may occur if the underlying stream in unable to generate data
|
Typically, this may occur if the underlying stream is unable to generate data
|
||||||
due to an underlying internal failure, or when a stream implementation attempts
|
due to an underlying internal failure, or when a stream implementation attempts
|
||||||
to push an invalid chunk of data.
|
to push an invalid chunk of data.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user