Skip to content

Commit 9a6a5dc

Browse files
Merge pull request #216788 from MicrosoftDocs/diberry-patch-1
Cosmos DB JS Dev Guide typo
2 parents 6af8bea + 33ececd commit 9a6a5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The most common constructor for **MongoClient** has two parameters:
5757

5858
| Parameter | Example value | Description |
5959
| --- | --- | --- |
60-
| ``url`` | ``COSMOS_CONNECTION_STRIN`` environment variable | API for MongoDB connection string to use for all requests |
60+
| ``url`` | ``COSMOS_CONNECTION_STRING`` environment variable | API for MongoDB connection string to use for all requests |
6161
| ``options`` | `{ssl: true, tls: true, }` | [MongoDB Options](https://mongodb.github.io/node-mongodb-native/4.5/interfaces/MongoClientOptions.html) for the connection. |
6262

6363
Refer to the [Troubleshooting guide](error-codes-solutions.md) for connection issues.

0 commit comments

Comments
 (0)