From c496ec8d5483e7de79b20d06127da7a6cbdac108 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Tue, 12 Sep 2017 21:29:11 -0500 Subject: [PATCH] Adjust highlighting in code sample --- aspnetcore/tutorials/first-mvc-app/working-with-sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/first-mvc-app/working-with-sql.md b/aspnetcore/tutorials/first-mvc-app/working-with-sql.md index f254f483bd76..35fbe5c3f415 100644 --- a/aspnetcore/tutorials/first-mvc-app/working-with-sql.md +++ b/aspnetcore/tutorials/first-mvc-app/working-with-sql.md @@ -70,7 +70,7 @@ if (context.Movie.Any()) Add the seed initializer to the `Main` method in the *Program.cs* file: -[!code-csharp[Main](start-mvc/sample/MvcMovie/Program.cs?highlight=6,16-32)] +[!code-csharp[Main](start-mvc/sample/MvcMovie/Program.cs?highlight=6,14-32)] # [ASP.NET Core 1.x](#tab/aspnetcore1x)