diff --git a/files/en-us/webassembly/javascript_interface/module/module/index.md b/files/en-us/webassembly/javascript_interface/module/module/index.md index e90ab17b885f8e0..abe759d9a30e182 100644 --- a/files/en-us/webassembly/javascript_interface/module/module/index.md +++ b/files/en-us/webassembly/javascript_interface/module/module/index.md @@ -43,7 +43,7 @@ new WebAssembly.Module(bufferSource, compileOptions) - `builtins` {{optional_inline}} - : An array of strings that enables the usage of [WebAssembly JavaScript builtins](/en-US/docs/WebAssembly/JavaScript_builtins) in the compiled Wasm module. The strings define the builtins you want to enable. Currently the only available value is `"js-string"`, which enables JavaScript string builtins. - `importedStringConstants` {{optional_inline}} - - : A string specifying a namespace for imported global string constants. This property needs to be specified if you wish to use imported global string constants in the wasm module. + - : A string specifying a namespace for imported global string constants. This property needs to be specified if you wish to use imported global string constants in the Wasm module. #### Exceptions