diff --git a/aspnetcore/blazor/webassembly-lazy-load-assemblies.md b/aspnetcore/blazor/webassembly-lazy-load-assemblies.md index 966d788c6ab6..19dca5b0b42e 100644 --- a/aspnetcore/blazor/webassembly-lazy-load-assemblies.md +++ b/aspnetcore/blazor/webassembly-lazy-load-assemblies.md @@ -71,7 +71,7 @@ Blazor's component designa Logic is implemented inside to determine the assemblies to load with . Options for how to structure the logic include: * Conditional checks inside the method. -* A lookup table that maps routes to assembly names, either injected into the component or implemented within the [`@code`](xref:mvc/views/razor#code) block. +* A lookup table that maps routes to assembly names, either injected into the component or implemented within the component's code. In the following example: