Skip to content

Commit e7e1de8

Browse files
mrmowjiguardrex
authored andcommitted
Modify a verb (dotnet#12829)
1 parent 58fa78e commit e7e1de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/tutorials/first-mvc-app/new-field.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this section [Entity Framework](/ef/core/get-started/aspnetcore/new-db) Code
1919
When EF Code First is used to automatically create a database, Code First:
2020

2121
* Adds a table to the database to track the schema of the database.
22-
* Verify the database is in sync with the model classes it was generated from. If they aren't in sync, EF throws an exception. This makes it easier to find inconsistent database/code issues.
22+
* Verifies the database is in sync with the model classes it was generated from. If they aren't in sync, EF throws an exception. This makes it easier to find inconsistent database/code issues.
2323

2424
## Add a Rating Property to the Movie Model
2525

0 commit comments

Comments
 (0)