We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2244a1e commit 3a2593eCopy full SHA for 3a2593e
aspnetcore/blazor/fundamentals/signalr.md
@@ -553,7 +553,7 @@ Additional CSS classes to further control the style of rendered elements is desc
553
| --- | --- | --- |
554
| `components-reconnect-first-attempt-visible` | `retrying` | The first retry attempt. |
555
| `components-reconnect-repeated-attempt-visible` | `retrying` | Subsequent retry attempts. |
556
-| `components-reconnect-failed-visible` | `failed`/`rejected` | Reconnection attempts that have failed or been rejected. |
+| `components-reconnect-failed-visible` | `failed` | A failed reconnection attempt. |
557
558
An element with an `id` of `components-reconnect-max-retries` displays the maximum number of reconnect retries:
559
0 commit comments