Skip to content

Commit a437d9d

Browse files
Marc Hernández Cabotnoviluni
Marc Hernández Cabot
authored andcommitted
doc: fix typo in stream.md
Fixes: nodejs#14362
1 parent 030a028 commit a437d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2035,7 +2035,7 @@ user programs.
20352035

20362036
`transform._transform()` is never called in parallel; streams implement a
20372037
queue mechanism, and to receive the next chunk, `callback` must be
2038-
called, either synchronously or asychronously.
2038+
called, either synchronously or asynchronously.
20392039

20402040
#### Class: stream.PassThrough
20412041

0 commit comments

Comments
 (0)