Skip to content

Commit 7be819e

Browse files
committed
rooms quickstart: correct typos
1 parent 9997d61 commit 7be819e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 2 additions & 2 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

0 commit comments

Comments
 (0)