Skip to content

Commit cb2175e

Browse files
committed
forgot one
1 parent c9e37f9 commit cb2175e

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
@@ -70,7 +70,7 @@ Now let's clone a Node.js app from GitHub, set the connection string, and run it
7070

7171
This step is optional. If you're interested in learning how the Azure Cosmos database resources are created in the code, you can review the following snippets. Otherwise, you can skip ahead to [Update your connection string](#update-your-connection-string).
7272
73-
Note, if you're familiar with the previous version of the [SQL JavaScript SDK](sql-api-sdk-node.md), you may be used to seeing the terms *collection* and *document*. Because Azure Cosmos DB supports [multiple API models](introduction.md), [version 2.0+ of the JavaScript SDK](https://www.npmjs.com/package/@azure/cosmos) uses the generic terms *container*, which may be a collection, graph, or table, and *item* to describe the content of the container.
73+
If you're familiar with the previous version of the [SQL JavaScript SDK](sql-api-sdk-node.md), you may be used to seeing the terms *collection* and *document*. Because Azure Cosmos DB supports [multiple API models](introduction.md), [version 2.0+ of the JavaScript SDK](https://www.npmjs.com/package/@azure/cosmos) uses the generic terms *container*, which may be a collection, graph, or table, and *item* to describe the content of the container.
7474

7575
The following snippets are all taken from the *app.js* file.
7676

0 commit comments

Comments
 (0)