Skip to content

Commit

Permalink
doc: fix typo in zlib.md
Browse files Browse the repository at this point in the history
PR-URL: #32901
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
chenmnkken authored and BethGriggs committed Apr 27, 2020
1 parent baa8231 commit 57c170c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/zlib.md
Expand Up @@ -166,7 +166,7 @@ request.on('response', (response) => {
pipeline(response, zlib.createGunzip(), output, onError);
break;
case 'deflate':
pipeline(response, zlib.createInflate(), outout, onError);
pipeline(response, zlib.createInflate(), output, onError);
break;
default:
pipeline(response, output, onError);
Expand Down

0 comments on commit 57c170c

Please sign in to comment.