From 8829e5092d8a20b2f0f486683bdfedf6fdad1dec Mon Sep 17 00:00:00 2001 From: Ala' Alnajjar Date: Tue, 8 Nov 2016 01:22:15 +0300 Subject: [PATCH] Fix a typo in Data context class (#2114) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an optional extended description… --- aspnetcore/tutorials/first-mvc-app/adding-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/first-mvc-app/adding-model.md b/aspnetcore/tutorials/first-mvc-app/adding-model.md index d7d7aceb1f..d7e7074e1b 100644 --- a/aspnetcore/tutorials/first-mvc-app/adding-model.md +++ b/aspnetcore/tutorials/first-mvc-app/adding-model.md @@ -79,7 +79,7 @@ In the **Add Scaffold** dialog, tap **MVC Controller with views, using Entity Fr Complete the **Add Controller** dialog * **Model class:** *Movie(MvcMovie.Models)* -* **Data context class:** *ApplicationDbContext(MvcMovie.Models)* +* **Data context class:** *ApplicationDbContext(MvcMovie.Data)* * **Views:**: Keep the default of each option checked * **Controller name:** Keep the default *MoviesController* * Tap **Add**