We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260f41f commit e6d1d54Copy full SHA for e6d1d54
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