Skip to content

Commit 487a99d

Browse files
author
Jill Grant
authored
Apply suggestions from code review
Acrolinx fixes
1 parent e2c6f89 commit 487a99d

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/teams-auto-attendant/teams-auto-attendant-android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,9 @@ private void createAgent() {
418418

419419
The app can now be launched using the "Run App" button on the toolbar.
420420

421-
Manual steps to setup the call:
421+
Manual steps to set up the call:
422422

423423
1. Launch the app using Android Studio.
424424
2. Enter the Auto Attendant Object ID (with prefix), and select the "Start Call" button. Application will start the outgoing call to the Auto Attendant with given object ID.
425425
3. Call is connected to the Auto Attendant.
426-
4. Communication Services user is routed through Auto Attendant based on it's configuration.
426+
4. Communication Services user is routed through Auto Attendant based on its configuration.

articles/communication-services/quickstarts/voice-video-calling/includes/teams-auto-attendant/teams-auto-attendant-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,9 @@ You can build and run your app on iOS simulator by selecting **Product** > **Run
246246
247247

248248

249-
Manual steps to setup the call:
249+
Manual steps to set up the call:
250250

251251
1. Launch the app using Xcode
252252
2. Enter the Auto Attendant Object ID (with prefix), and select the "Start Call" button. Application will start the outgoing call to the Auto Attendant with given object ID.
253253
3. Call is connected to the Auto Attendant.
254-
4. Communication Services user is routed through Auto Attendant based on it's configuration.
254+
4. Communication Services user is routed through Auto Attendant based on its configuration.

articles/communication-services/quickstarts/voice-video-calling/includes/teams-auto-attendant/teams-auto-attendant-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,4 +471,4 @@ Manual steps to setup the call:
471471
3. Click on the "Initialize Call Agent" buttons.
472472
4. Enter the Auto Attendant Object ID, and select the "Start Call" button. Application will start the outgoing call to the Auto Attendant with given object ID.
473473
5. Call is connected to the Auto Attendant.
474-
6. Communication Services user is routed through Auto Attendant based on it's configuration.
474+
6. Communication Services user is routed through Auto Attendant based on its configuration.

articles/communication-services/quickstarts/voice-video-calling/includes/teams-auto-attendant/teams-auto-attendant-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,9 +434,9 @@ The call state must be changed using the `OnStateChangedAsync` action.
434434

435435
You can build and run the code on Visual Studio. For solution platforms, we support `ARM64`, `x64`, and `x86`.
436436

437-
Manual steps to setup the call:
437+
Manual steps to set up the call:
438438

439439
1. Launch the app using Visual Studio.
440440
2. Enter the Auto Attendant Object ID (with prefix), and select the "Start Call" button. Application will start the outgoing call to the Auto Attendant with given object ID.
441441
3. Call is connected to the Auto Attendant.
442-
4. Communication Services user is routed through Auto Attendant based on it's configuration.
442+
4. Communication Services user is routed through Auto Attendant based on its configuration.

articles/communication-services/quickstarts/voice-video-calling/includes/teams-call-queue/teams-call-queue-android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,9 @@ private void createAgent() {
418418

419419
The app can now be launched using the "Run App" button on the toolbar.
420420

421-
Manual steps to setup the call:
421+
Manual steps to set up the call:
422422

423423
1. Launch the app using Android Studio.
424424
2. Enter the Call Queue Object ID (with prefix), and select the "Start Call" button. Application will start the outgoing call to the Call Queue with given object ID.
425425
3. Call is connected to the Call Queue.
426-
4. Communication Services user is routed through Call Queue based on it's configuration.
426+
4. Communication Services user is routed through Call Queue based on its configuration.

articles/communication-services/quickstarts/voice-video-calling/includes/teams-call-queue/teams-call-queue-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,9 @@ You can build and run your app on iOS simulator by selecting **Product** > **Run
246246
247247

248248

249-
Manual steps to setup the call:
249+
Manual steps to set up the call:
250250

251251
1. Launch the app using Xcode
252252
2. Enter the Call Queue Object ID (with prefix), and select the "Start Call" button. Application will start the outgoing call to the Call Queue with given object ID.
253253
3. Call is connected to the Call Queue.
254-
4. Communication Services user is routed through Call Queue based on it's configuration.
254+
4. Communication Services user is routed through Call Queue based on its configuration.

articles/communication-services/quickstarts/voice-video-calling/includes/teams-call-queue/teams-call-queue-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,9 +434,9 @@ The call state must be changed using the `OnStateChangedAsync` action.
434434

435435
You can build and run the code on Visual Studio. For solution platforms, we support `ARM64`, `x64`, and `x86`.
436436

437-
Manual steps to setup the call:
437+
Manual steps to set up the call:
438438

439439
1. Launch the app using Visual Studio.
440440
2. Enter the Call Queue Object ID (with prefix), and select the "Start Call" button. Application will start the outgoing call to the Call Queue with given object ID.
441441
3. Call is connected to the Call Queue.
442-
4. Communication Services user is routed through Call Queue based on it's configuration.
442+
4. Communication Services user is routed through Call Queue based on its configuration.

0 commit comments

Comments
 (0)