diff --git a/files/en-us/webassembly/javascript_interface/compilestreaming_static/index.md b/files/en-us/webassembly/javascript_interface/compilestreaming_static/index.md index 767f40565ceafd8..05db79e54523ca2 100644 --- a/files/en-us/webassembly/javascript_interface/compilestreaming_static/index.md +++ b/files/en-us/webassembly/javascript_interface/compilestreaming_static/index.md @@ -64,7 +64,7 @@ The resulting module instance is then instantiated using ### Enabling WebAssembly JavaScript builtins -This example enables JavaScript string builtins and imported global string constants when compiling the wasm module, before instantiating it and running the exported `main()` function (which logs `"hello world!"` to the console). [See it running live](https://mdn.github.io/webassembly-examples/js-builtin-examples/compile-streaming/). +This example enables JavaScript string builtins and imported global string constants when compiling the Wasm module, before instantiating it and running the exported `main()` function (which logs `"hello world!"` to the console). [See it running live](https://mdn.github.io/webassembly-examples/js-builtin-examples/compile-streaming/). ```js const importObject = {