Skip to content

Commit 03b1eee

Browse files
authored
Merge pull request #126033 from changeworld/patch-138
Fix typo
2 parents e96bf58 + 544fc79 commit 03b1eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-signalr/signalr-concept-internals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ There are three steps to establish persistent connections between the client and
6060
```
6161
{
6262
"url":"https://test.service.signalr.net/client/?hub=chat&...",
63-
"accessToken":"<a typical JWT token>"
63+
"accessToken":"<a typical JWT>"
6464
}
6565
```
6666
- For ASP.NET SignalR, a typical redirect response looks like:
6767
```
6868
{
6969
"ProtocolVersion":"2.0",
7070
"RedirectUrl":"https://test.service.signalr.net/aspnetclient",
71-
"AccessToken":"<a typical JWT token>"
71+
"AccessToken":"<a typical JWT>"
7272
}
7373
```
7474

0 commit comments

Comments
 (0)