Skip to content

Commit 34ef5a7

Browse files
Andaristtargos
authored andcommitted
doc: fix syntax error in nested conditions example
PR-URL: #41205 Reviewed-By: Guy Bedford <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Adrian Estrada <[email protected]>
1 parent 8ea56a9 commit 34ef5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/packages.md

+1-1
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)