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)