Skip to content

Commit fa42a88

Browse files
committed
Fix typo
JWT token -> JWT
1 parent 80dec49 commit fa42a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-signalr/signalr-reference-data-plane-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A typical negotiation response has this format:
3939
```json
4040
{
4141
"url": "https://<service_name>.service.signalr.net/client/?hub=<hub_name>",
42-
"accessToken": "<a typical JWT token>"
42+
"accessToken": "<a typical JWT>"
4343
}
4444
```
4545

0 commit comments

Comments
 (0)