Skip to content

Commit 360d472

Browse files
committed
fix a typo in the release notes
1 parent e3f4e2d commit 360d472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
fs.open
1313

1414
// Old output (with --bundle --format=esm --platform=node --target=node18,es2022)
15-
import fs from "node";
15+
import fs from "fs";
1616
fs.open;
1717

1818
// New output (with --bundle --format=esm --platform=node --target=node18,es2022)

0 commit comments

Comments
 (0)