diff --git a/aspnetcore/tutorials/razor-pages/model.md b/aspnetcore/tutorials/razor-pages/model.md index 44561488a8..7bd9ae9dee 100644 --- a/aspnetcore/tutorials/razor-pages/model.md +++ b/aspnetcore/tutorials/razor-pages/model.md @@ -78,7 +78,7 @@ The `Add-Migration` command generates code to create the initial database schema The `Update-Database` command runs the `Up` method in the *Migrations/\_InitialCreate.cs* file, which creates the database. - + ### Scaffold the Movie model * Open a command window in the project directory (The directory that contains the *Program.cs*, *Startup.cs*, and *.csproj* files).