From 26b99db975ea906f5d4fba2aaae96a5a35fb1f92 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Mon, 13 Nov 2023 16:08:07 +0300 Subject: [PATCH] Fix the typo in the ef core 8 complex types article --- .../2023-11-05-EF-Core-8-Complex-Types/POST.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Community-Articles/2023-11-05-EF-Core-8-Complex-Types/POST.MD b/docs/en/Community-Articles/2023-11-05-EF-Core-8-Complex-Types/POST.MD index 06289387e5..696bbaf07c 100644 --- a/docs/en/Community-Articles/2023-11-05-EF-Core-8-Complex-Types/POST.MD +++ b/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`