We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115bb04 commit 1fcd088Copy full SHA for 1fcd088
doc/api/zlib.md
@@ -113,7 +113,7 @@ http.createServer((request, response) => {
113
}).listen(1337);
114
```
115
116
-By default, the `zlib` methods with throw an error when decompressing
+By default, the `zlib` methods will throw an error when decompressing
117
truncated data. However, if it is known that the data is incomplete, or
118
the desire is to inspect only the beginning of a compressed file, it is
119
possible to suppress the default error handling by changing the flushing
0 commit comments