Skip to content

Commit dfdc816

Browse files
authored
Merge pull request #86136 from NavtejSaini-MSFT/patch-3
Azure CXP fixes https://github.com/MicrosoftDocs/azure-docs/issues/37540
2 parents d0b5aa9 + 23a7e49 commit dfdc816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/sql-api-nodejs-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Now that you have the code to initialize the Azure Cosmos DB client, let's take
133133
1. Copy and paste the code below to set the database ID, and the container ID. These IDs are how the Azure Cosmos DB client will find the right database and container.
134134
135135
```javascript
136-
const client = new CosmosClient({ endpoint, key } });
136+
const client = new CosmosClient({ endpoint, key });
137137
138138
// ADD THIS PART TO YOUR CODE
139139
const HttpStatusCodes = { NOTFOUND: 404 };

0 commit comments

Comments
 (0)