Skip to content

Commit 61df843

Browse files
devsnekevanlucas
authored andcommitted
doc: cjs format is now commonjs
PR-URL: #18165 Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent ee6217a commit 61df843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/esm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ module. This can be one of the following:
133133
| `format` | Description |
134134
| --- | --- |
135135
| `"esm"` | Load a standard JavaScript module |
136-
| `"cjs"` | Load a node-style CommonJS module |
136+
| `"commonjs"` | Load a node-style CommonJS module |
137137
| `"builtin"` | Load a node builtin CommonJS module |
138138
| `"json"` | Load a JSON file |
139139
| `"addon"` | Load a [C++ Addon][addons] |

0 commit comments

Comments
 (0)