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 030a028 commit a437d9dCopy full SHA for a437d9d
1 file changed
doc/api/stream.md
@@ -2035,7 +2035,7 @@ user programs.
2035
2036
`transform._transform()` is never called in parallel; streams implement a
2037
queue mechanism, and to receive the next chunk, `callback` must be
2038
-called, either synchronously or asychronously.
+called, either synchronously or asynchronously.
2039
2040
#### Class: stream.PassThrough
2041
0 commit comments