diff --git a/aspnetcore/data/ef-rp/intro.md b/aspnetcore/data/ef-rp/intro.md index 20d05eff4c..cac5f1a30d 100644 --- a/aspnetcore/data/ef-rp/intro.md +++ b/aspnetcore/data/ef-rp/intro.md @@ -333,7 +333,7 @@ The highlighted code: * An entity corresponds to a row in the table. * Calls . `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. Build the project to verify there are no compiler errors.