summaryrefslogtreecommitdiff
path: root/doc/api/zlib.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/zlib.md')
-rw-r--r--doc/api/zlib.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/zlib.md b/doc/api/zlib.md
index 1022dc2f5b..d12f782aa3 100644
--- a/doc/api/zlib.md
+++ b/doc/api/zlib.md
@@ -113,7 +113,7 @@ http.createServer((request, response) => {
}).listen(1337);
```
-By default, the `zlib` methods with throw an error when decompressing
+By default, the `zlib` methods will throw an error when decompressing
truncated data. However, if it is known that the data is incomplete, or
the desire is to inspect only the beginning of a compressed file, it is
possible to suppress the default error handling by changing the flushing