From 7a90fbefce4b1143e27c6b08f679960524ace8e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 23 Jul 2020 18:29:13 +0300 Subject: [PATCH] Update Part-10.md --- docs/en/Tutorials/Part-10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Tutorials/Part-10.md b/docs/en/Tutorials/Part-10.md index d525cbbc61..fbecf39b86 100644 --- a/docs/en/Tutorials/Part-10.md +++ b/docs/en/Tutorials/Part-10.md @@ -226,7 +226,7 @@ The only change is that we set the `AuthorId` properties of the `Book` entities. You can now run the `.DbMigrator` console application to **migrate** the **database schema** and **seed** the initial data. -{{else if DB="Mongo"}} +{{else if DB=="Mongo"}} You can now run the `.DbMigrator` console application to **seed** the initial data.