Skip to content

Commit a43f564

Browse files
committed
Fix typo
1 parent 3515fa3 commit a43f564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/quickstart-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The client library is available through the Node Package Manager, as the `@azure
7676
| --- | --- |
7777
| [`CosmosClient`](/javascript/api/@azure/cosmos/cosmosclient) | This class is the primary client class and is used to manage account-wide metadata or databases. |
7878
| [`Database`](/javascript/api/@azure/cosmos/database) | This class represents a database within the account. |
79-
| [`Container`](/javascript/api/@azure/cosmos/containe) | This class is primarily used to perform read, update, and delete operations on either the container or the items stored within the container. |
79+
| [`Container`](/javascript/api/@azure/cosmos/container) | This class is primarily used to perform read, update, and delete operations on either the container or the items stored within the container. |
8080
| [`PartitionKey`](/javascript/api/@azure/cosmos/partitionkey) | This class represents a logical partition key. This class is required for many common operations and queries. |
8181
| [`SqlQuerySpec`](/javascript/api/@azure/cosmos/sqlqueryspec) | This interface represents a SQL query and any query parameters. |
8282

0 commit comments

Comments
 (0)