Skip to content

Commit 33ececd

Browse files
authored
Update how-to-javascript-get-started.md
1 parent 3cf89b5 commit 33ececd

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)