Skip to content

Commit 64be84b

Browse files
authored
Fix formatting in working-with-sql3-5.md
Remove extra newline before the section on database context.
1 parent 903829e commit 64be84b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql3-5.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ This tutorial uses a database you set up in the previous step: <xref:tutorials/f
1919

2020
## Working with the database context
2121

22-
2322
The `MvcMovieContext` object handles the task of connecting to the database and mapping `Movie` objects to database records. The database context is registered with the [Dependency Injection](xref:fundamentals/dependency-injection) container in the `ConfigureServices` method in the `Startup.cs` file:
2423

2524
# [Visual Studio](#tab/visual-studio)

0 commit comments

Comments
 (0)