Skip to content

Commit e1836cb

Browse files
AndaristTrott
authored andcommitted
doc: fix syntax error in nested conditions example
1 parent a182a21 commit e1836cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)