Skip to content

Commit

Permalink
doc: fix typo in webstreams.md
Browse files Browse the repository at this point in the history
`deccompressionStream.writable` -> `decompressionStream.writable`.

PR-URL: #39898
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
  • Loading branch information
lpinca authored and targos committed Sep 6, 2021
1 parent 20da0a5 commit 6df3888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/webstreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ added: v16.7.0
* Type: {ReadableStream}
#### `deccompressionStream.writable`
#### `decompressionStream.writable`
<!-- YAML
added: v16.7.0
-->
Expand Down

0 comments on commit 6df3888

Please sign in to comment.