summaryrefslogtreecommitdiff
path: root/doc/api/stream.md
diff options
context:
space:
mode:
authorMarc Hernández Cabot <mhernandez@apsl.net>2017-07-19 13:49:26 +0200
committerTimothy Gu <timothygu99@gmail.com>2017-07-21 10:48:38 +0800
commit4d5ae3022c96d6e3f23788fe0ad4cb1333763bcf (patch)
treed9a52d9910c3fc60df09efc9be4c8ca0d5237b58 /doc/api/stream.md
parent6a5bdfb97e5316f39ffdfc38ac0fd5837b10e570 (diff)
downloadandroid-node-v8-4d5ae3022c96d6e3f23788fe0ad4cb1333763bcf.tar.gz
android-node-v8-4d5ae3022c96d6e3f23788fe0ad4cb1333763bcf.tar.bz2
android-node-v8-4d5ae3022c96d6e3f23788fe0ad4cb1333763bcf.zip
doc: fix typo in stream.md
PR-URL: https://github.com/nodejs/node/pull/14364 Fixes: https://github.com/nodejs/node/issues/14362 Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'doc/api/stream.md')
-rw-r--r--doc/api/stream.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 5ffa984244..743bea7955 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -2035,7 +2035,7 @@ user programs.
`transform._transform()` is never called in parallel; streams implement a
queue mechanism, and to receive the next chunk, `callback` must be
-called, either synchronously or asychronously.
+called, either synchronously or asynchronously.
#### Class: stream.PassThrough