Skip to content

Commit d38bf8b

Browse files
committed
edits
1 parent 64ff19e commit d38bf8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/cosmos-db/nosql/how-to-javascript-create-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ The statusCode is an HTTP response code. A successful response is in the 200-299
6565
Now that you've created a database, use the next guide to create containers.
6666

6767
> [!div class="nextstepaction"]
68-
> [Create a container](how-to-dotnet-create-container.md)
68+
> [Create a container](how-to-javascript-create-container.md)

articles/cosmos-db/nosql/how-to-javascript-get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The most common constructor for **CosmosClient** has two parameters:
173173
174174
---
175175
176-
To use the **URI** and **PRIMARY KEY** values within your .NET code, persist them to new environment variables on the local machine running the application.
176+
To use the **URI** and **PRIMARY KEY** values within your code, persist them to new environment variables on the local machine running the application.
177177
178178
#### [Windows](#tab/windows)
179179
@@ -275,7 +275,7 @@ Another constructor for **CosmosClient** only contains a single parameter:
275275
1. Record the value from the **PRIMARY CONNECTION STRING** field.
276276
277277
---
278-
To use the **PRIMARY CONNECTION STRING** value within your .NET code, persist it to a new environment variable on the local machine running the application.
278+
To use the **PRIMARY CONNECTION STRING** value within your code, persist it to a new environment variable on the local machine running the application.
279279
280280
#### [Windows](#tab/windows)
281281
@@ -382,7 +382,7 @@ The following diagram shows the relationship between these resources.
382382
Hierarchical diagram showing an Azure Cosmos DB account at the top. The account has two child database nodes. One of the database nodes includes two child container nodes. The other database node includes a single child container node. That single container node has three child item nodes.
383383
:::image-end:::
384384

385-
Each type of resource is represented by one or more associated .NET classes. Here's a list of the most common classes:
385+
Each type of resource is represented by one or more associated classes. Here's a list of the most common classes:
386386
387387
| Class | Description |
388388
|---|---|

0 commit comments

Comments
 (0)