doc: fix typo in stream.md · nodejs/node@dcdc905

Original file line numberDiff line numberDiff line change

@@ -1922,7 +1922,7 @@ user programs.

19221922
19231923

`transform._transform()` is never called in parallel; streams implement a

19241924

queue mechanism, and to receive the next chunk, `callback` must be

1925-

called, either synchronously or asychronously.

1925+

called, either synchronously or asynchronously.

19261926
19271927

#### Class: stream.PassThrough

19281928