Skip to content

Commit c534672

Browse files
committed
edit pass: communication-services-telephony
1 parent f801b7e commit c534672

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

articles/communication-services/quickstarts/telephony/includes/voice-routing-sdk-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Change your directory to the newly created app folder, and use the `dotnet build
4545

4646
## Install the package
4747

48-
While you're still in the application directory, install the Azure Communication PhoneNumbers client library for .NET package by using the `dotnet add package` command:
48+
While you're still in the application directory, install the Azure Communication PhoneNumbers client library for .NET by using the `dotnet add package` command:
4949

5050
``` console
5151
dotnet add package Azure.Communication.PhoneNumbers --version 1.1.0

articles/communication-services/quickstarts/telephony/includes/voice-routing-sdk-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Open your terminal or command window. Go to the directory where you want to crea
3535
mvn archetype:generate -DgroupId=com.communication.quickstart -DartifactId=communication-quickstart -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false
3636
```
3737

38-
The `generate` task created a directory with the same name as the `artifactId` value. Under this directory, the *src/main/java* directory contains the project source code, the *src/test/java* directory contains the test source, and the *pom.xml* file is the project's Project Object Model, or POM.
38+
The `generate` task created a directory with the same name as the `artifactId` value. Under this directory, the *src/main/java* directory contains the project source code, the *src/test/java* directory contains the test source, and the *pom.xml* file is the project's Project Object Model (POM).
3939

4040
## Install the package
4141

articles/communication-services/quickstarts/telephony/includes/voice-routing-sdk-jscript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Open your terminal or command window, create a new directory for your app, and g
3434
mkdir direct-routing-quickstart && cd direct-routing-quickstart
3535
```
3636

37-
Run npm `init -y` to create a *package.json* file with default settings.
37+
Run npm `init -y` to create a *package.json* file with default settings:
3838

3939
``` console
4040
npm init -y

articles/communication-services/quickstarts/telephony/includes/voice-routing-sdk-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You add the remaining quickstart code in the following sections.
5252

5353
## Install the package
5454

55-
While you're still in the application directory, install the Azure Communication Services Administration client library for Python package by using the `pip install` command:
55+
While you're still in the application directory, install the Azure Communication Services Administration client library for Python by using the `pip install` command:
5656

5757
```console
5858
pip install azure-communication-phonenumbers==1.1.0

articles/communication-services/quickstarts/telephony/voice-routing-sdk-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ For more information, see the following articles:
4646

4747
- Learn about [Calling SDK capabilities](../voice-video-calling/getting-started-with-calling.md).
4848
- Learn more about [how calling works](../../concepts/voice-video-calling/about-call-types.md).
49-
- Call to a telephone number [by following a quickstart](./pstn-call.md).
49+
- Call to a telephone number by [following a quickstart](./pstn-call.md).

0 commit comments

Comments
 (0)