Skip to content

Commit

Permalink
doc: fix typo in streams.md
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
glennschler authored and vsemozhetbyt committed May 9, 2017
1 parent faf6654 commit e429f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stream.md
Expand Up @@ -684,7 +684,7 @@ added: v0.9.4
* {Error}

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
to push an invalid chunk of data.

Expand Down

0 comments on commit e429f9a

Please sign in to comment.