Skip to content

Commit 398d6de

Browse files
committed
Fixing typo
1 parent 10cafa7 commit 398d6de

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)