Skip to content

Commit ec6a486

Browse files
samuel871211aduh95
authored andcommitted
doc: fix typo of file zlib.md
PR-URL: #58093 Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 37e360e commit ec6a486

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)