Skip to content

Commit f48744c

Browse files
Typo "*@json_val*"→"*\@json_val*"
Italic with escape characters https://docs.microsoft.com/en-us/sql/azure-data-studio/tutorial-sql-editor?view=sql-server-2017
1 parent 3cde6aa commit f48744c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/azure-data-studio/tutorial-sql-editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This tutorial requires the SQL Server or Azure SQL Database *TutorialDB*. To cre
4949
5050
![quick search widget](./media/tutorial-sql-editor/quick-search-widget.png)
5151

52-
1. Edit the **Email** column in the first row, type *orlando0@adventure-works.com*, and press **Enter** to save the change.
52+
1. Edit the **Email** column in the first row, type *orlando0\@adventure-works.com*, and press **Enter** to save the change.
5353

5454
![edit data](./media/tutorial-sql-editor/edit-data.png)
5555

@@ -177,7 +177,7 @@ The stored procedure is now created, and the **RESULTS** pane displays the retur
177177

178178
## Use save query results as JSON to test the setCustomer stored procedure
179179

180-
The *setCustomer* stored procedure created in the previous section requires JSON data be passed into the *@json_val* parameter. This section shows how to get a properly formatted bit of JSON to pass into the parameter so you can test the stored procedure.
180+
The *setCustomer* stored procedure created in the previous section requires JSON data be passed into the *\@json_val* parameter. This section shows how to get a properly formatted bit of JSON to pass into the parameter so you can test the stored procedure.
181181

182182
1. In the **SERVERS** sidebar right-click the *dbo.Customers* table and click **SELECT TOP 1000 Rows**.
183183

0 commit comments

Comments
 (0)