Skip to content

Commit 2968fd9

Browse files
authored
Merge pull request #50036 from SnehaGunda/master
Fixing typo
2 parents 2508dd6 + 398d6de commit 2968fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/table-storage-how-to-use-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The Azure module reads the environment variables AZURE_STORAGE_ACCOUNT and AZURE
6565
var tableSvc = azure.createTableService('myaccount', 'myaccesskey');
6666
```
6767

68-
## Add an Azure Comsos DB connection
68+
## Add an Azure Cosmos DB connection
6969
To add an Azure Cosmos DB connection, create a **TableService** object and specify your account name, primary key, and endpoint. You can copy these values from **Settings** > **Connection String** in the Azure portal for your Cosmos DB account. For example:
7070

7171
```nodejs

0 commit comments

Comments
 (0)