Skip to content

Commit d949f8a

Browse files
authored
Fixed a syntax error in one of the examples for the nested conditions
1 parent 9d6168b commit d949f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ use in Node.js but not the browser:
566566
"import": "./feature-node.mjs",
567567
"require": "./feature-node.cjs"
568568
},
569-
"default": "./feature.mjs",
569+
"default": "./feature.mjs"
570570
}
571571
}
572572
```

0 commit comments

Comments
 (0)