Skip to content

Commit ba85147

Browse files
Andaristdanielleadams
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 a40989f commit ba85147

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
@@ -611,7 +611,7 @@ use in Node.js but not the browser:
611611
"import": "./feature-node.mjs",
612612
"require": "./feature-node.cjs"
613613
},
614-
"default": "./feature.mjs",
614+
"default": "./feature.mjs"
615615
}
616616
}
617617
```

0 commit comments

Comments
 (0)