Skip to content

Commit 0b95853

Browse files
committed
fix missing linebreak at next steps
1 parent 762b1ae commit 0b95853

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/cosmos-db/create-sql-api-nodejs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ ms.topic: quickstart
99
ms.date: 02/26/2020
1010
ms.author: dech
1111
---
12-
1312
# Quickstart: Use Node.js to connect and query data from Azure Cosmos DB SQL API account
1413

1514
> [!div class="op_single_selector"]
16-
>
1715
> - [.NET V3](create-sql-api-dotnet.md)
1816
> - [.NET V4](create-sql-api-dotnet-V4.md)
1917
> - [Java](create-sql-api-java.md)
@@ -195,4 +193,5 @@ You can continue to experiment with this sample application or go back to Data E
195193

196194
In this quickstart, you've learned how to create an Azure Cosmos DB account, create a container using the Data Explorer, and run a Node.js app. You can now import additional data to your Azure Cosmos DB account.
197195

198-
> [!div class="nextstepaction"][import data into azure cosmos db](import-data.md)
196+
> [!div class="nextstepaction"]
197+
> [import data into azure cosmos db](import-data.md)

0 commit comments

Comments
 (0)