Skip to content

Commit 47bde69

Browse files
authored
Merge pull request #100083 from JasonWHowell/patch-1
Update how-to-provision-container-throughput.md
2 parents 0955237 + 29696f9 commit 47bde69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/how-to-provision-container-throughput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const { database } = await client.databases.createIfNotExists({ id: "databaseId"
7272

7373
// Create a container with the specified throughput
7474
const { resource } = await database.containers.createIfNotExists({
75-
id: "containerId ",
75+
id: "containerId",
7676
throughput: 1000
7777
});
7878

0 commit comments

Comments
 (0)