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