Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorLuigi Pinca <luigipinca@gmail.com>2021-08-26 15:37:10 +0300
committerJames M Snell <jasnell@gmail.com>2021-08-26 23:08:51 +0300
commit58257b7c61b5f1a25e31b0a92a5067cb41aadd26 (patch)
tree3a64a6aeb05c250472c10b60e39d990d92317a35 /doc/api
parent48655e17e1d84ba5021d7a94b4b88823f7c9c6cf (diff)
doc: fix typo in webstreams.md
`deccompressionStream.writable` -> `decompressionStream.writable`. PR-URL: https://github.com/nodejs/node/pull/39898 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/webstreams.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/webstreams.md b/doc/api/webstreams.md
index e3071478f3f..d7de5e44893 100644
--- a/doc/api/webstreams.md
+++ b/doc/api/webstreams.md
@@ -1263,7 +1263,7 @@ added: v16.7.0
* Type: {ReadableStream}
-#### `deccompressionStream.writable`
+#### `decompressionStream.writable`
<!-- YAML
added: v16.7.0
-->