Browse Source

Fix the typo in the ef core 8 complex types article

pull/18132/head
Engincan VESKE 2 years ago
committed by GitHub
parent
commit
26b99db975
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Community-Articles/2023-11-05-EF-Core-8-Complex-Types/POST.MD

2
docs/en/Community-Articles/2023-11-05-EF-Core-8-Complex-Types/POST.MD

@ -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