diff --git a/doc/articles/features/using-il-linker-webassembly.md b/doc/articles/features/using-il-linker-webassembly.md index efd321a4ebed..e42875a43264 100644 --- a/doc/articles/features/using-il-linker-webassembly.md +++ b/doc/articles/features/using-il-linker-webassembly.md @@ -22,7 +22,7 @@ When parts of an application fail to work, you can: As a troubleshooting step to determine if the linker is causing your code to break, you can also disable the linker completely by adding the following to your `csproj` file: ```xml - true + false ``` Note that disabling the linker is not recommended as it can force the compiler to generate very large WebAssembly modules AOT process, and go over the browser's size limits.