Skip to content

Commit

Permalink
doc: fix syntax error in nested conditions example
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored and Trott committed Dec 17, 2021
1 parent a182a21 commit e1836cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/packages.md
Expand Up @@ -566,7 +566,7 @@ use in Node.js but not the browser:
"import": "./feature-node.mjs",
"require": "./feature-node.cjs"
},
"default": "./feature.mjs",
"default": "./feature.mjs"
}
}
```
Expand Down

0 comments on commit e1836cb

Please sign in to comment.