diff --git a/doc/api/esm.md b/doc/api/esm.md index 20e582d30b8..0e86c381f1a 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -132,7 +132,7 @@ module. This can be one of the following: | `format` | Description | | --- | --- | | `"esm"` | Load a standard JavaScript module | -| `"cjs"` | Load a node-style CommonJS module | +| `"commonjs"` | Load a node-style CommonJS module | | `"builtin"` | Load a node builtin CommonJS module | | `"json"` | Load a JSON file | | `"addon"` | Load a [C++ Addon][addons] |