We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e488e commit 6fbef7fCopy full SHA for 6fbef7f
doc/api/zlib.md
@@ -462,7 +462,7 @@ Creates and returns a new [DeflateRaw][] object with the given [options][].
462
is set to 8 for raw deflate streams. zlib does not have a working implementation
463
of an 8-bit Window for raw deflate streams and would automatically set windowBit
464
to 9 if initially set to 8. Newer versions of zlib will throw an exception.
465
-This creates a potential DOS vector, and as such the behavior ahs been reverted
+This creates a potential DOS vector, and as such the behavior has been reverted
466
in Node.js 8, 6, and 4. Node.js version 9 and higher will throw when windowBits
467
is set to 8.
468
0 commit comments