Skip to content

Commit e9c9d2d

Browse files
committed
heading formatting
1 parent 69ce542 commit e9c9d2d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Instructions/Labs/03-render-api-results-razor-pages.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The Fruit web app displays the API sample data on the home page. You need to add
160160
161161
1. To continue with the exercise close the browser, or browser tab, and in Visual Studio Code select **Run \| Stop debugging** or **Shift + F5**.
162162
163-
## Implement code to handle the *Add to list* functionality
163+
## Implement code to handle the **Add to list** functionality
164164
165165
The add, edit, and delete operations are each handled on a separate *.razor* page in the project. In this section you add code to create a form in the *Add.razor* file to enable adding data to the list.
166166
@@ -201,7 +201,7 @@ The add, edit, and delete operations are each handled on a separate *.razor* pag
201201
202202
1. Save the changes to *Add.razor*, and review the comments in the code.
203203
204-
### Test the *Add* functionality
204+
### Test the **Add** functionality
205205
206206
1. In the Visual Studio Code top menu select **Run \| Start debugging**, or select **F5**. After the project is finished building a browser window should launch with the web app running
207207
@@ -213,7 +213,7 @@ The add, edit, and delete operations are each handled on a separate *.razor* pag
213213
214214
1. To continue with the exercise close the browser, or browser tab, and in Visual Studio Code select **Run \| Stop debugging** or **Shift + F5**.
215215
216-
## Implement code to handle the *Edit* functionality
216+
## Implement code to handle the **Edit** functionality
217217
218218
In this section you add code to create a form in the *Edit.cshtml* file to enable editing data to the list.
219219
@@ -254,7 +254,7 @@ In this section you add code to create a form in the *Edit.cshtml* file to enabl
254254
255255
1. Save the changes to *Edit.razor*, and review the comments in the code.
256256
257-
### Test the *Edit* functionality
257+
### Test the **Edit** functionality
258258
259259
1. In the Visual Studio Code top menu select **Run \| Start debugging**, or select **F5**. After the project is finished building a browser window should launch with the web app running
260260
@@ -266,7 +266,7 @@ In this section you add code to create a form in the *Edit.cshtml* file to enabl
266266
267267
1. To continue with the exercise close the browser, or browser tab, and in Visual Studio Code select **Run \| Stop debugging** or **Shift + F5**.
268268
269-
## Implement code to handle the *Delete* functionality
269+
## Implement code to handle the **Delete** functionality
270270
271271
In this section you add code to create a form in the *Delete.cshtml* file to enable deleting data from the list.
272272
@@ -307,7 +307,7 @@ In this section you add code to create a form in the *Delete.cshtml* file to ena
307307
308308
1. Save the changes to *Delete.razor*, and review the comments in the code.
309309
310-
### Test the *Delete* functionality
310+
### Test the **Delete** functionality
311311
312312
1. In the Visual Studio Code top menu select **Run \| Start debugging**, or select **F5**. After the project is finished building a browser window should launch with the web app running
313313

0 commit comments

Comments
 (0)