Skip to content

Commit 52bb174

Browse files
authored
Typo in create-sql-api-nodejs.md
Invalid call to create a container. Probably bad copy/paste from the previous line.
1 parent e326bd3 commit 52bb174

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
@@ -115,7 +115,7 @@ The following snippets are all taken from the _app.js_ file.
115115
- Select the "Items" container/collection.
116116

117117
```javascript
118-
const container = await client.databases(containerId);
118+
const container = await database.container(containerId);
119119
```
120120

121121
- Select all the items in the "Items" container.

0 commit comments

Comments
 (0)