Grammar fixes (#9122)

pull/9127/head
Dave Brock 2018-10-19 06:54:35 -05:00 committed by Luke Latham
parent 9546de199e
commit 94e7237e26
1 changed files with 2 additions and 2 deletions

View File

@ -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