We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c1e51 commit ecb72bcCopy full SHA for ecb72bc
doc/api/esm.md
@@ -1209,8 +1209,8 @@ of the following:
1209
| `'module'` | Load a standard JavaScript module (ES module) | array buffer, string, or typed array |
1210
| `'wasm'` | Load a WebAssembly module | array buffer, or typed array |
1211
1212
-Note: If the source value of a text-based format (i.e., `'json'`, `'module'`) is not a
1213
-string, it will be converted to a string using [`util.TextDecoder`][].
+Note: If the source value of a text-based format (i.e., `'json'`, `'module'`) is
+not a string, it will be converted to a string using [`util.TextDecoder`][].
1214
1215
Note: `Buffer` is a form of typed array.
1216
0 commit comments