Skip to content

Commit 0033938

Browse files
authored
Merge pull request #186479 from radubulboaca/master
rooms quickstart: correct typos
2 parents 85ed08b + e9e407e commit 0033938

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

articles/communication-services/quickstarts/rooms/get-started-rooms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ zone_pivot_groups: acs-csharp-java
2020
This quickstart will help you get started with Azure Communication Services Rooms. A `room` is a server-managed communications space for a known, fixed set of participants to collaborate for a pre-determined duration. The [rooms conceptual documentation](../../concepts/rooms/room-concept.md) covers more details and potential use cases for `rooms`.
2121

2222
::: zone pivot="programming-language-csharp"
23-
[!INCLUDE [Send SMS with .NET SDK](./includes/rooms-quickstart-net.md)]
23+
[!INCLUDE [Use rooms with .NET SDK](./includes/rooms-quickstart-net.md)]
2424
::: zone-end
2525

2626
::: zone pivot="programming-language-java"
27-
[!INCLUDE [Send SMS with Java SDK](./includes/rooms-quickstart-java.md)]
27+
[!INCLUDE [Use rooms with Java SDK](./includes/rooms-quickstart-java.md)]
2828
::: zone-end
2929

3030
## Object model

articles/communication-services/quickstarts/rooms/includes/rooms-quickstart-java.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ ms.author: radubulboaca
1717

1818
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
1919
- An active Communication Services resource and connection string. [Create a Communication Services resource](../../create-communication-resource.md).
20-
- Two or more Communication User Identities. [Create and manage access tokens](../../access-tokens.md?pivots=programming-language-csharp) or [Quick-create identities for testing](../../identity/quick-create-identity.md).
20+
- Two or more Communication User Identities. [Create and manage access tokens](../../access-tokens.md?pivots=programming-language-java) or [Quick-create identities for testing](../../identity/quick-create-identity.md).
2121
- [Java Development Kit (JDK)](https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable) version 8 or above.
2222
- [Apache Maven](https://maven.apache.org/download.cgi)
2323

2424
## Setting up
2525

2626
### Create a new Java application
2727

28-
In a console window (such as cmd, PowerShell, or Bash), use the `mvn` command bellow to create a new console app with the name `rooms-quickstart`. This command creates a simple "Hello World" Java project with a single source file: **App.java**.
28+
In a console window (such as cmd, PowerShell, or Bash), use the `mvn` command below to create a new console app with the name `rooms-quickstart`. This command creates a simple "Hello World" Java project with a single source file: **App.java**.
2929

3030
```console
3131
mvn archetype:generate -DgroupId=com.contoso.app -DartifactId=rooms-quickstart -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false
@@ -62,8 +62,7 @@ and then include the direct dependency in the dependencies section without the v
6262
```
6363

6464
#### Include direct dependency
65-
If you want to take dependency on a particular version of the library that is not present in the BOM,
66-
add the direct dependency to your project as follows.
65+
If you want to take dependency on a particular version of the library that isn't present in the BOM, add the direct dependency to your project as follows.
6766

6867
[//]: # ({x-version-update-start;com.azure:azure-communication-rooms;current})
6968
```xml

articles/communication-services/quickstarts/rooms/includes/rooms-quickstart-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: radubulboaca
1717

1818
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
1919
- An active Communication Services resource and connection string. [Create a Communication Services resource](../../create-communication-resource.md).
20-
- Two or more Communication User Identities. [Create and manage access tokens](../../access-tokens.md?pivots=programming-language-csharp) or [Quick-create identities for testing](../../identity/quick-create-identity.md)..
20+
- Two or more Communication User Identities. [Create and manage access tokens](../../access-tokens.md?pivots=programming-language-csharp) or [Quick-create identities for testing](../../identity/quick-create-identity.md).
2121
- The latest version [.NET Core client library](https://dotnet.microsoft.com/download/dotnet-core) for your operating system.
2222

2323
## Setting up

0 commit comments

Comments
 (0)