"IntelliSence" should be "IntelliSense"
pull/8073/head
Kautsky Lozano 2018-08-14 15:43:57 +02:00 committed by Scott Addie
parent f1b8c63d2f
commit 4a2f3ac89f
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ Notice that we have full IntelliSense support as we enter this code, so that whe
![](mvc-music-store-part-3/_static/image18.png)
Within our "foreach" loop, Visual Web Developer knows that each item is of type Genre, so we see IntelliSence for each the Genre type.
Within our "foreach" loop, Visual Web Developer knows that each item is of type Genre, so we see IntelliSense for each the Genre type.
![](mvc-music-store-part-3/_static/image19.png)