Skip to content

Commit 8fa803e

Browse files
committed
fix spelling
1 parent 8b4445f commit 8fa803e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/quickstarts/voice-video-calling/get-started-call-to-teams-user.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: mode-other, devx-track-js
1414

1515
# Quickstart: How to make a call between your application and Teams user
1616

17-
In this quickstart you are going to learn how to start a call from Azure Communication Services user to Teams user. You are going to achieve it with the following steps:
17+
In this quickstart, you're going to learn how to start a call from Azure Communication Services user to Teams user. You're going to achieve it with the following steps:
1818

1919
1. Enable federation of Azure Communication Services resource with Teams Tenant.
2020
2. Find Teams user ID.
@@ -28,14 +28,14 @@ All Teams information could be found in [Microsoft Graph Explorer](https://devel
2828
https://graph.microsoft.com/v1.0/users/[email protected]
2929
```
3030

31-
In results we'll are able to find "ID" field
31+
In results, we be able to find "ID" field
3232

3333
```json
3434
"userPrincipalName": "[email protected]",
3535
"id": "31a011c2-2672-4dd0-b6f9-9334ef4999db"
3636
```
3737

38-
Or the same ID could be found in [Azure Portal](https://aka.ms/portal) in Users tab:
38+
Or the same ID could be found in [Azure portal](https://aka.ms/portal) in Users tab:
3939
![User Object ID in Azure Portal](./includes/teams-user/portal-user-id.png)
4040

4141
::: zone pivot="platform-web"

0 commit comments

Comments
 (0)