Skip to content

Commit fe2003b

Browse files
authored
Merge pull request #95404 from changeworld/patch-3
Fix typo
2 parents ab4f201 + 050c486 commit fe2003b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/table/create-table-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ The connection string for your Cosmos DB account is considered an app secret and
219219

220220
## 4 - Include the azure-data-tables package
221221

222-
To access the Cosmos DB Tables API from a java application, include the [azure-data-tables](https://search.maven.org/artifact/com.azure/azure-data-tables) package.
222+
To access the Cosmos DB Tables API from a Java application, include the [azure-data-tables](https://search.maven.org/artifact/com.azure/azure-data-tables) package.
223223

224224
```xml
225225
<dependency>

0 commit comments

Comments
 (0)