Skip to content

Commit 177d3dc

Browse files
Update doc/api/esm.md
Co-Authored-By: Geoffrey Booth <GeoffreyBooth@users.noreply.github.com>
1 parent 509e644 commit 177d3dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/esm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Conditional exports provide a way to map to different paths depending on
344344
certain conditions. They are supported for both CommonJS and ES module imports.
345345

346346
For example, a package that wants to provide different ES module exports for
347-
require() and import can be written:
347+
`require()` and `import` can be written:
348348

349349
<!-- eslint-skip -->
350350
```js

0 commit comments

Comments
 (0)