Skip to content

Commit 3a2593e

Browse files
committed
Updates
1 parent 2244a1e commit 3a2593e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/fundamentals/signalr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ Additional CSS classes to further control the style of rendered elements is desc
553553
| --- | --- | --- |
554554
| `components-reconnect-first-attempt-visible` | `retrying` | The first retry attempt. |
555555
| `components-reconnect-repeated-attempt-visible` | `retrying` | Subsequent retry attempts. |
556-
| `components-reconnect-failed-visible` | `failed`/`rejected` | Reconnection attempts that have failed or been rejected. |
556+
| `components-reconnect-failed-visible` | `failed` | A failed reconnection attempt. |
557557

558558
An element with an `id` of `components-reconnect-max-retries` displays the maximum number of reconnect retries:
559559

0 commit comments

Comments
 (0)