Skip to content

Commit

Permalink
chore: fix typo in readme file (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed May 30, 2024
1 parent 1e5f3c6 commit de93418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Importing a TypeScript module with `importx`:
| Runtimes other than Node.js |||||
| Runtime module type* | ESM | ESM | CJS | ESM/CJS |

> *This indicates what's the module type for each loader to evaluate the modules. For `CJS`, it means the laoder transpiles the module to CJS and executes it in CJS mode, which may have some limitations like top-level await.
> *This indicates what's the module type for each loader to evaluate the modules. For `CJS`, it means the loader transpiles the module to CJS and executes it in CJS mode, which may have some limitations like top-level await.
## Sponsors

Expand Down

0 comments on commit de93418

Please sign in to comment.