From 58257b7c61b5f1a25e31b0a92a5067cb41aadd26 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Thu, 26 Aug 2021 14:37:10 +0200 Subject: [PATCH] doc: fix typo in webstreams.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `deccompressionStream.writable` -> `decompressionStream.writable`. PR-URL: https://github.com/nodejs/node/pull/39898 Reviewed-By: Richard Lau Reviewed-By: James M Snell Reviewed-By: Tobias Nießen --- doc/api/webstreams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/webstreams.md b/doc/api/webstreams.md index e3071478f3fe91..d7de5e448934f9 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`