Skip to content

Commit d43feb3

Browse files
committed
formatting
1 parent f5f5e27 commit d43feb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/computer-vision/Tutorials/storage-lab-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ In this section, you will add a search box to the home page, enabling users to d
554554
}
555555
```
556556

557-
Observe that the **Index** method now accepts a parameter _id_ that contains the value the user typed into the search box. An empty or missing _id_ parameter indicates that all the photos should be displayed.
557+
Observe that the **Index** method now accepts a parameter `id` that contains the value the user typed into the search box. An empty or missing `id` parameter indicates that all the photos should be displayed.
558558

559559
1. Add the following helper method to the **HomeController** class:
560560

0 commit comments

Comments
 (0)