Skip to content

Commit 035b863

Browse files
committed
rooms quickstart: fix acrolynx score
1 parent 7be819e commit 035b863

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)