Skip to content

Commit 04eed96

Browse files
committed
Updates
1 parent c3e12e1 commit 04eed96

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

aspnetcore/blazor/fundamentals/signalr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ In the `Program` file, call <xref:Microsoft.AspNetCore.Builder.ComponentEndpoint
491491

492492
## Reflect the server-side connection state in the UI
493493

494-
When the client detects that the server connection is lost, a default UI is displayed to the user while the client attempts to reconnect:
494+
If the client detects a lost connection to the server, a default UI is displayed to the user while the client attempts to reconnect:
495495

496496
:::moniker range=">= aspnetcore-9.0"
497497

aspnetcore/blazor/fundamentals/signalr/reconnection-ui-80-or-earlier.png renamed to aspnetcore/blazor/fundamentals/signalr/_static/reconnection-ui-80-or-earlier.png

File renamed without changes.

aspnetcore/blazor/fundamentals/signalr/reconnection-ui-90-or-later.png renamed to aspnetcore/blazor/fundamentals/signalr/_static/reconnection-ui-90-or-later.png

File renamed without changes.

aspnetcore/blazor/fundamentals/signalr/retry-ui-80-or-earlier.png renamed to aspnetcore/blazor/fundamentals/signalr/_static/retry-ui-80-or-earlier.png

File renamed without changes.

aspnetcore/blazor/fundamentals/signalr/retry-ui-90-or-later.png renamed to aspnetcore/blazor/fundamentals/signalr/_static/retry-ui-90-or-later.png

File renamed without changes.

0 commit comments

Comments
 (0)