Fix capitalization (#22252)

pull/22253/head
dharmatech 2021-05-10 12:30:43 -07:00 committed by GitHub
parent 42bfc00915
commit 6b8eb9f203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ The highlighted code:
* An entity corresponds to a row in the table.
* Calls <xref:Microsoft.EntityFrameworkCore.DbContext.OnModelCreating%2A>. `OnModelCreating`:
* Is called when `SchoolContext` has been initialized, but before the model has been locked down and used to initialize the context.
* Is required because later in the tutorial The `Student` entity will have references to the other entities.
* Is required because later in the tutorial the `Student` entity will have references to the other entities.
<!-- Review, OnModelCreating needs review -->
Build the project to verify there are no compiler errors.