Skip to content

Commit 08d9105

Browse files
committed
Tweaks
1 parent dfd49b5 commit 08d9105

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/cosmos-db/create-table-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you don’t already have Visual Studio 2019 installed, you can download and u
4141

4242
## Clone the sample application
4343

44-
Now let's clone a Table app from GitHub, set the connection string, and run it. You'll see how easy it is to work with data programmatically. For an additional walkthrough of similar code, see the [Cosmos DB Table API sample](table-storage-how-to-use-dotnet.md) article.
44+
Now let's clone a Table app from GitHub, set the connection string, and run it. You'll see how easy it is to work with data programmatically.
4545

4646
1. Open a command prompt, create a new folder named git-samples, then close the command prompt.
4747

articles/cosmos-db/create-table-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Now let's clone a Table app from GitHub, set the connection string, and run it.
6868
```
6969

7070
> ![TIP]
71-
> For a more detailed walkthrough of similar code, see the [Cosmos DB Table API sample](table-storage-how-to-use-java.md) article.
71+
> For a more detailed walkthrough of similar code, see the [Cosmos DB Table API sample](table-storage-how-to-use-java.md) article.
7272

7373
## Update your connection string
7474

articles/cosmos-db/create-table-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Now let's clone a Table app from GitHub, set the connection string, and run it.
6666
```
6767

6868
> ![TIP]
69-
> For a more detailed walkthrough of similar code, see the [Cosmos DB Table API sample](table-storage-how-to-use-nodejs.md) article.
69+
> For a more detailed walkthrough of similar code, see the [Cosmos DB Table API sample](table-storage-how-to-use-nodejs.md) article.
7070

7171
## Update your connection string
7272

articles/cosmos-db/create-table-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In this quickstart, you create and manage an Azure Cosmos DB Table API account f
4646

4747
## Clone the sample application
4848

49-
Now let's clone a Table app from GitHub, set the connection string, and run it. You'll see how easy it is to work with data programmatically.
49+
Now let's clone a Table app from GitHub, set the connection string, and run it. You'll see how easy it is to work with data programmatically.
5050

5151
1. Open a command prompt, create a new folder named git-samples, then close the command prompt.
5252

0 commit comments

Comments
 (0)