Skip to content

Commit 677c074

Browse files
committed
Updates
1 parent f00289b commit 677c074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/blazor/fundamentals/signalr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ Blazor Web App:
893893

894894
:::moniker-end
895895

896-
:::moniker range=">= aspnetcore-8.0
896+
:::moniker range=">= aspnetcore-8.0"
897897

898898
```html
899899
<script src="{BLAZOR SCRIPT}" autostart="false"></script>
@@ -933,7 +933,7 @@ Blazor Server:
933933

934934
:::moniker-end
935935

936-
:::moniker range=">= aspnetcore-8.0
936+
:::moniker range=">= aspnetcore-8.0"
937937

938938
**In the preceding example, the `{BLAZOR SCRIPT}` placeholder is the Blazor script path and file name.** For the location of the script and the path to use, see <xref:blazor/project-structure#location-of-the-blazor-script>.
939939

0 commit comments

Comments
 (0)