correct a typo (move -> movie) (#1753)

pull/1758/head
James Orr 2016-08-03 00:41:38 -04:00 committed by Rick Anderson
parent 4824603da5
commit f2b658a9e1
1 changed files with 2 additions and 2 deletions

View File

@ -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.