Skip to content

Commit d77bb08

Browse files
committed
2 parents 7f8ff86 + 52338d5 commit d77bb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/documentation/copy/en/modules-reference/appendices/ESM-CJS-Interop.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ exports.default = function doSomething() { /*...*/ }
208208
import doSomething from "dependency";
209209
// Works after transpilation, but not a function in Node.js ESM:
210210
doSomething();
211-
// Doesn't exist after trasnpilation, but works in Node.js ESM:
211+
// Doesn't exist after transpilation, but works in Node.js ESM:
212212
doSomething.default();
213213
```
214214

0 commit comments

Comments
 (0)