Skip to content

Commit 218577a

Browse files
committed
Updates
1 parent c9c64aa commit 218577a

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
@@ -814,7 +814,7 @@ Blazor Web App:
814814

815815
:::moniker-end
816816

817-
:::moniker range=">= aspnetcore-8.0
817+
:::moniker range=">= aspnetcore-8.0"
818818

819819
```html
820820
<script src="{BLAZOR SCRIPT}" autostart="false"></script>
@@ -854,7 +854,7 @@ Blazor Server:
854854

855855
:::moniker-end
856856

857-
:::moniker range=">= aspnetcore-8.0
857+
:::moniker range=">= aspnetcore-8.0"
858858

859859
**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>.
860860

0 commit comments

Comments
 (0)