diff options
Diffstat (limited to 'node_modules/duplexify/README.md')
-rw-r--r-- | node_modules/duplexify/README.md | 2 |
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 |