Skip to content

Commit ceff2d7

Browse files
fix wording 2
1 parent 1c877c4 commit ceff2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/quickstarts/telephony/includes/pstn-call-android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import com.azure.android.communication.common.PhoneNumberIdentifier;
3535

3636
## Start a call to phone
3737

38-
Specify the phone number you acquired from within your Communication Services resource. This will be used to start the call:
38+
Specify the phone number you acquired from within your Communication Services resource. This number will be used as a caller id to start the call:
3939

4040
> [!WARNING]
4141
> Note that phone numbers should be provided in E.164 international standard format. (e.g.: +12223334444)
@@ -59,7 +59,7 @@ Modify `startCall()` event handler in **MainActivity.java**, so that it handles
5959

6060
## Launch the app and call the echo bot
6161

62-
The app can now be launched using the "Run App" button on the toolbar (Shift+F10). to make a call provide a phone number in the added text field and click the **CALL** button.
62+
The app can now be launched using the "Run App" button on the toolbar (Shift+F10). To make a call, provide a phone number in the added text field and click the **CALL** button.
6363
> [!WARNING]
6464
> Note that phone numbers should be provided in E.164 international standard format. (e.g.: +12223334444)
6565

0 commit comments

Comments
 (0)