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 0197ba0 commit f1b09c0Copy full SHA for f1b09c0
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