Skip to content

Commit c596759

Browse files
chenmnkkenBridgeAR
authored andcommitted
doc: fix typo in zlib.md
PR-URL: #32901 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Zeyu Yang <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 04b1f63 commit c596759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/zlib.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ request.on('response', (response) => {
166166
pipeline(response, zlib.createGunzip(), output, onError);
167167
break;
168168
case 'deflate':
169-
pipeline(response, zlib.createInflate(), outout, onError);
169+
pipeline(response, zlib.createInflate(), output, onError);
170170
break;
171171
default:
172172
pipeline(response, output, onError);

0 commit comments

Comments
 (0)