Fix the typo in the ef core 8 complex types article

pull/18132/head
Engincan VESKE 2 years ago committed by GitHub
parent 43b836639c
commit 26b99db975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -105,7 +105,7 @@ And update the database:
dotnet ef database update
````
If you check the fields of the `Customers` table in your dayabase, you will see the following fields:
If you check the fields of the `Customers` table in your database, you will see the following fields:
* `Id`
* `Name`

Loading…
Cancel
Save