From 2768d49c73c677933ea5335eb2e9281fec904094 Mon Sep 17 00:00:00 2001 From: Gus Caplan Date: Mon, 15 Jan 2018 13:13:23 -0600 Subject: [PATCH] doc: cjs format is now commonjs --- doc/api/esm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/esm.md b/doc/api/esm.md index 08d3ea6b3060b9..a0c8b43e676d02 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] |