From c89cd01255aecc3f88eee8a474de122d87bd9019 Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Sun, 1 Jul 2018 17:54:40 +0300 Subject: [PATCH] Typo fix. --- docs/Tutorials/AspNetCore-Mvc/Part-I.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Tutorials/AspNetCore-Mvc/Part-I.md b/docs/Tutorials/AspNetCore-Mvc/Part-I.md index 5ba2cce338..169fdc7a2f 100644 --- a/docs/Tutorials/AspNetCore-Mvc/Part-I.md +++ b/docs/Tutorials/AspNetCore-Mvc/Part-I.md @@ -4,7 +4,7 @@ In this tutorial series, you will build an application that is used to manage a list of books & their authors. **Entity Framework Core** (EF Core) will be used as the ORM provider (as it comes pre-configured with the startup template). -This is the second part of the tutorial series. See all parts: +This is the first part of the tutorial series. See all parts: - **Part I: Create the project and a book list page (this tutorial)** - [Part II: Create, Update and Delete books](Part-II.md)