Skip to content

Commit e8e4dee

Browse files
Update quickstart-java.md
1 parent 9c4cb62 commit e8e4dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/nosql/quickstart-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ As items are inserted into an Azure Cosmos DB container, the database grows hori
5555

5656
## Create a database account
5757

58-
Before you can create a document database, you need to create a API for NoSQL account with Azure Cosmos DB.
58+
Before you can create a document database, you need to create an API for NoSQL account with Azure Cosmos DB.
5959

6060
[!INCLUDE [cosmos-db-create-dbaccount](../includes/cosmos-db-create-dbaccount.md)]
6161

@@ -74,7 +74,7 @@ Before you can create a document database, you need to create a API for NoSQL ac
7474

7575
## Clone the sample application
7676

77-
Now let's switch to working with code. Let's clone a API for NoSQL app from GitHub, set the connection string, and run it. You'll see how easy it is to work with data programmatically.
77+
Now let's switch to working with code. Let's clone an API for NoSQL app from GitHub, set the connection string, and run it. You'll see how easy it is to work with data programmatically.
7878

7979
Run the following command to clone the sample repository. This command creates a copy of the sample app on your computer.
8080

0 commit comments

Comments
 (0)