Skip to content

Commit 56a808d

Browse files
alexsch01RafaelGSS
authored andcommitted
doc: fix typo in module.md
PR-URL: #57889 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Qingyu Deng <[email protected]>
1 parent dce6f43 commit 56a808d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ The final value of `format` must be one of the following:
11851185
| `'commonjs'` | Load a Node.js CommonJS module | {string\|ArrayBuffer\|TypedArray\|null\|undefined} |
11861186
| `'json'` | Load a JSON file | {string\|ArrayBuffer\|TypedArray} |
11871187
| `'module-typescript'` | Load an ES module with TypeScript syntax | {string\|ArrayBuffer\|TypedArray} |
1188-
| `'module'` | Load an ES module with TypeScript syntax | {string\|ArrayBuffer\|TypedArray} |
1188+
| `'module'` | Load an ES module | {string\|ArrayBuffer\|TypedArray} |
11891189
| `'wasm'` | Load a WebAssembly module | {ArrayBuffer\|TypedArray} |
11901190
11911191
The value of `source` is ignored for type `'builtin'` because currently it is

0 commit comments

Comments
 (0)