Skip to content

Commit c235b14

Browse files
authored
Typo fix: Update new-field.md (#34646)
Fixes #34643 Simple typo fix.
1 parent 3557ff0 commit c235b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/tutorials/razor-pages/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 Core (EF Core)](/ef/core/get-started/aspnetcor
1919
* Add a new field to the model.
2020
* Migrate the new field schema change to the database.
2121

22-
The EF Core approach allows for a more agile development process. The developer works on the app's data model directly while the database schema is created and then syncronized, all without the developer having to switch contexts to and from a datbase management tool. For an overview of Entity Framework Core and its benefits, see [Entity Framework Core](/ef/core).
22+
The EF Core approach allows for a more agile development process. The developer works on the app's data model directly while the database schema is created and then syncronized, all without the developer having to switch contexts to and from a database management tool. For an overview of Entity Framework Core and its benefits, see [Entity Framework Core](/ef/core).
2323

2424
Using EF Code to automatically create and track a database:
2525

0 commit comments

Comments
 (0)