Skip to content

Commit 9626c80

Browse files
authored
Merge pull request #50125 from ivanizag/patch-1
Typo in create-sql-api-nodejs.md
2 parents ba4bcea + 52bb174 commit 9626c80

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)