Skip to content

Commit bc9f5a2

Browse files
samuel871211aduh95
authored andcommitted
doc: fix typo of file zlib.md
PR-URL: #58093 Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent c8e8558 commit bc9f5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/zlib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gzip, Deflate/Inflate, Brotli, and Zstd.
1212
To access it:
1313

1414
```mjs
15-
import os from 'node:zlib';
15+
import zlib from 'node:zlib';
1616
```
1717

1818
```cjs

0 commit comments

Comments
 (0)