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