correct a typo (move -> movie) (#1753)
parent
4824603da5
commit
f2b658a9e1
|
@ -161,7 +161,7 @@ Add the following ``MovieGenreViewModel`` class to the *Models* folder:
|
|||
.. literalinclude:: start-mvc/sample2/src/MvcMovie/Models/MovieGenreViewModel.cs
|
||||
:language: c#
|
||||
|
||||
The move-genre view model will contain:
|
||||
The movie-genre view model will contain:
|
||||
|
||||
- a list of movies
|
||||
- a `SelectList <https://docs.asp.net/projects/api/en/latest/autoapi/Microsoft/AspNetCore/Mvc/Rendering/SelectList/index.html>`__ containing the list of genres. This will allow the user to select a genre from the list.
|
||||
|
@ -197,4 +197,4 @@ Adding search by genre to the Index view
|
|||
:lines: 1-64
|
||||
:emphasize-lines: 1, 15-17,27,41
|
||||
|
||||
Test the app by searching by genre, by movie title, and by both.
|
||||
Test the app by searching by genre, by movie title, and by both.
|
||||
|
|
Loading…
Reference in New Issue