Skip to content

Commit 9cbe5e3

Browse files
authored
typo
1 parent bb2732c commit 9cbe5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/create-sql-api-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The following snippets are all taken from the _app.js_ file.
139139
```
140140

141141
> [!NOTE]
142-
> In both the "update" and "delete" methods, the item has to be selected from the database by calling `conatiner.item()`. The two parameters passed in are the id of the item and the item's partition key. In this case, the parition key is the value of the "category" field.
142+
> In both the "update" and "delete" methods, the item has to be selected from the database by calling `container.item()`. The two parameters passed in are the id of the item and the item's partition key. In this case, the parition key is the value of the "category" field.
143143
144144
## Update your connection string
145145

0 commit comments

Comments
 (0)