Skip to content

Commit ddeaaeb

Browse files
committed
Resolve clarity issues
1 parent 9828886 commit ddeaaeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/speech-service/includes/cognitive-services-speech-service-rest-auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Each request requires an authorization header. This table illustrates which head
1313
| `Ocp-Apim-Subscription-Key` | Yes | Yes |
1414
| `Authorization: Bearer` | Yes | Yes |
1515

16-
When you're using the `Ocp-Apim-Subscription-Key` header, only the your resource key must be provided. For example:
16+
When you're using the `Ocp-Apim-Subscription-Key` header, only your resource key must be provided. For example:
1717

1818
```http
1919
'Ocp-Apim-Subscription-Key': 'YOUR_SUBSCRIPTION_KEY'
@@ -170,7 +170,7 @@ Follow the steps here [Use Microsoft Entra authentication](../how-to-configure-a
170170
> - Get a Microsoft Entra access token
171171
> - Get the Speech resource ID
172172
173-
After the resource ID and the Microsoft Entra access token was obtained, the actual access token can be constructed following this format:
173+
After the resource ID and the Microsoft Entra access token were obtained, the actual access token can be constructed following this format:
174174
```http
175175
"aad#YOUR_RESOURCE_ID#YOUR_MICROSOFT_ENTRA_ACCESS_TOKEN";
176176
```

0 commit comments

Comments
 (0)