diff --git a/aspnetcore/data/ef-rp/intro.md b/aspnetcore/data/ef-rp/intro.md index 1fbdc0930f..145580a5d7 100644 --- a/aspnetcore/data/ef-rp/intro.md +++ b/aspnetcore/data/ef-rp/intro.md @@ -182,9 +182,9 @@ The scaffold process created and changed the following files: * *Pages/Students* Create, Delete, Details, Edit, Index. * *Data/SchoolContext.cs* -### Files updates +### File updates -* *Startup.cs* : Changes to this file in are detailed the next section. +* *Startup.cs* : Changes to this file are detailed in the next section. * *appsettings.json* : The connection string used to connect to a local database is added. ## Examine the context registered with dependency injection