diff --git a/README.md b/README.md index d530f9d..7c2e5e9 100644 --- a/README.md +++ b/README.md @@ -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