Skip to content

Commit d03d942

Browse files
authored
Update README.md (#140)
Corrected of spelling of the.
1 parent ae4f7fe commit d03d942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/RealtimeSignIn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The body of the request is a JSON object with two properties:
130130
1. `target`: The target method you want to call in clients.
131131
2. `arguments`: an array of arguments you want to send to clients.
132132

133-
The service authenticates REST call using JWT token, when you're generating the JWT token, make sure the audience is same as the REST API url and use the access key in SignalR service connection string as th secret key. Then put it in authentication header:
133+
The service authenticates REST call using JWT token, when you're generating the JWT token, make sure the audience is same as the REST API url and use the access key in SignalR service connection string as the secret key. Then put it in authentication header:
134134

135135
```
136136
Authorization: Bearer <jwt_token>

0 commit comments

Comments
 (0)