Skip to content

Commit a470fd2

Browse files
authored
Rename incorrect "collection" to be "container".
When following the steps for the API for Gremlin section of connecting to the emulator, the docs say to create a database called "db1" and a collection called "coll1", when the user is actually creating a container named "coll1" using the emulator's data explorer.
1 parent 5b8b40f commit a470fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/local-emulator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Start the emulator from an administrator [command prompt](emulator-command-line-
291291
> [!NOTE]
292292
> For the remainder of these steps, we will assume that you installed the console to the `%ProgramFiles%\gremlin` folder.
293293
294-
1. From the emulator's data explorer create a database "db1" and a collection "coll1"; for the partition key, choose "/name"
294+
1. From the emulator's data explorer create a database "db1" and a container "coll1"; for the partition key, choose "/name"
295295

296296
1. Run the following commands in a regular command prompt window:
297297

0 commit comments

Comments
 (0)