Skip to content

Commit

Permalink
doc: fix syntax error in nested conditions example
Browse files Browse the repository at this point in the history
PR-URL: #41205
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Adrian Estrada <edsadr@gmail.com>
  • Loading branch information
Andarist authored and targos committed Jan 14, 2022
1 parent 8ea56a9 commit 34ef5a7
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 34ef5a7

Please sign in to comment.