Skip to content

Commit c8623ba

Browse files
authored
Apply suggestions from code review
1 parent 41cfeb0 commit c8623ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-web-pubsub/howto-generate-client-access-url.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ You could also use Microsoft Entra ID and generate the token by invoking [Genera
261261
| ClientId | ClientId is the value of **Application (client) ID** from the **Overview** pane of the application you registered. |
262262
| ClientSecret | ClientSecret is the value of the client secret you just added in step #1 |
263263

264-
1. Get the Microsot Entra ID token from Microsoft identity platform
264+
1. Get the Microsoft Entra ID token from Microsoft identity platform
265265

266266
We use [CURL](https://curl.se/) tool to show how to invoke the REST APIs. The tool is bundled into Windows 10/11, and you could install the tool following [Install CURL](https://curl.se/download.html).
267267

@@ -279,7 +279,7 @@ You could also use Microsoft Entra ID and generate the token by invoking [Genera
279279
--data-urlencode "scope=https://webpubsub.azure.com/.default"
280280
281281
```
282-
The above curl command send a POST request to Microsoft identity endpoint to get the [Microsoft Entra ID token](/entra/identity-platform/id-tokens) back.
282+
The above curl command sends a POST request to Microsoft identity endpoint to get the [Microsoft Entra ID token](/entra/identity-platform/id-tokens) back.
283283
In the response you see the Microsoft Entra ID token in `access_token` field. Copy and store it for later use.
284284

285285
1. Use the Microsoft Entra ID token to invoke `:generateToken`

0 commit comments

Comments
 (0)