From a437d9d8ded2f21f171363f507822b1d84a5d163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Hern=C3=A1ndez=20Cabot?= Date: Wed, 19 Jul 2017 13:49:26 +0200 Subject: [PATCH] doc: fix typo in stream.md Fixes: https://github.com/nodejs/node/issues/14362 --- 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 5ffa984244ac67..743bea795525f1 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -2035,7 +2035,7 @@ user programs. `transform._transform()` is never called in parallel; streams implement a queue mechanism, and to receive the next chunk, `callback` must be -called, either synchronously or asychronously. +called, either synchronously or asynchronously. #### Class: stream.PassThrough