Skip to content

Commit 19ee235

Browse files
authored
Merge pull request #107629 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents 30071e9 + 9626c80 commit 19ee235

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)