Skip to content

Commit 4448cee

Browse files
authored
Merge pull request #14149 from wickste/patch-6
Add missing word "tab" for clarity
2 parents 62664dc + 208ac6a commit 4448cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/sql-database-connect-query-dotnet-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To complete this quickstart, make sure you have the following:
5050
3. Select **Console App** and enter *sqltest* for the project name.
5151
4. Click **OK** to create and open the new project in Visual Studio
5252
4. In Solution Explorer, right-click **sqltest** and click **Manage NuGet Packages**.
53-
5. On the **Browse**, search for ```System.Data.SqlClient``` and, when found, select it.
53+
5. On the **Browse** tab, search for ```System.Data.SqlClient``` and, when found, select it.
5454
6. In the **System.Data.SqlClient** page, click **Install**.
5555
7. When the install completes, review the changes and then click **OK** to close the **Preview** window.
5656
8. If a **License Acceptance** window appears, click **I Accept**.

0 commit comments

Comments
 (0)