Skip to content

Commit 5b81772

Browse files
authored
Merge pull request #122122 from poornimanayar/patch-2
Fix typo on SignalR Scale Multi Instances
2 parents 71e3146 + 131395c commit 5b81772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-signalr/signalr-howto-scale-multi-instances.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dotnet user-secrets set Azure:SignalR:ConnectionString:backup:secondary <Connect
3131

3232
### Add multiple endpoints from code
3333

34-
A `ServicEndpoint` class describes the properties of an Azure SignalR Service endpoint.
34+
A `ServiceEndpoint` class describes the properties of an Azure SignalR Service endpoint.
3535
You can configure multiple instance endpoints when using Azure SignalR Service SDK through:
3636
```cs
3737
services.AddSignalR()
@@ -274,4 +274,4 @@ When no `primary` endpoint is available, the client's `/negotiate` picks from th
274274
You can use multiple endpoints in high availability and disaster recovery scenarios.
275275

276276
> [!div class="nextstepaction"]
277-
> [Setup SignalR Service for disaster recovery and high availability](./signalr-concept-disaster-recovery.md)
277+
> [Setup SignalR Service for disaster recovery and high availability](./signalr-concept-disaster-recovery.md)

0 commit comments

Comments
 (0)