We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594e3c2 commit dcdc905Copy full SHA for dcdc905
doc/api/stream.md
@@ -1922,7 +1922,7 @@ user programs.
1922
1923
`transform._transform()` is never called in parallel; streams implement a
1924
queue mechanism, and to receive the next chunk, `callback` must be
1925
-called, either synchronously or asychronously.
+called, either synchronously or asynchronously.
1926
1927
#### Class: stream.PassThrough
1928
0 commit comments