aboutsummaryrefslogtreecommitdiff
path: root/node_modules/duplexify/README.md
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-09-20 02:56:13 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-09-20 02:56:13 +0200
commitbbff7403fbf46f9ad92240ac213df8d30ef31b64 (patch)
treec58400ec5124da1c7d56b01aea83309f80a56c3b /node_modules/duplexify/README.md
parent003fb34971cf63466184351b4db5f7c67df4f444 (diff)
update packages
Diffstat (limited to 'node_modules/duplexify/README.md')
-rw-r--r--node_modules/duplexify/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/duplexify/README.md b/node_modules/duplexify/README.md
index 27669f6b6..8352900fc 100644
--- a/node_modules/duplexify/README.md
+++ b/node_modules/duplexify/README.md
@@ -46,7 +46,7 @@ If you call `setReadable` or `setWritable` multiple times it will unregister the
To disable the readable or writable part call `setReadable` or `setWritable` with `null`.
If the readable or writable streams emits an error or close it will destroy both streams and bubble up the event.
-You can also explictly destroy the streams by calling `dup.destroy()`. The `destroy` method optionally takes an
+You can also explicitly destroy the streams by calling `dup.destroy()`. The `destroy` method optionally takes an
error object as argument, in which case the error is emitted as part of the `error` event.
``` js