Skip to content

Commit b5760d0

Browse files
authored
Fix highlighted lines in code sample (dotnet#16756)
1 parent 55ada43 commit b5760d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/blazor/javascript-interop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ Place the `<script>` tag that references the JavaScript file in the *wwwroot/ind
8686

8787
*wwwroot/index.html* (Blazor WebAssembly):
8888

89-
[!code-html[](./common/samples/3.x/BlazorWebAssemblySample/wwwroot/index.html?highlight=15)]
89+
[!code-html[](./common/samples/3.x/BlazorWebAssemblySample/wwwroot/index.html?highlight=22)]
9090

9191
*Pages/_Host.cshtml* (Blazor Server):
9292

93-
[!code-cshtml[](./common/samples/3.x/BlazorServerSample/Pages/_Host.cshtml?highlight=21)]
93+
[!code-cshtml[](./common/samples/3.x/BlazorServerSample/Pages/_Host.cshtml?highlight=35)]
9494

9595
Don't place a `<script>` tag in a component file because the `<script>` tag can't be updated dynamically.
9696

0 commit comments

Comments
 (0)