From 83f272d4ee1206b5d74531fb3e45d7f89222f427 Mon Sep 17 00:00:00 2001 From: Glenn Schlereth Date: Tue, 9 May 2017 13:48:45 -0300 Subject: [PATCH] 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 Reviewed-By: Colin Ihrig Reviewed-By: Sakthipriyan Vairamani --- doc/api/stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index 6464d453840d13..042ac0204d5fd6 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -675,7 +675,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.