From 52412a7bf0625afefa6136a9413deb5dc4094674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 24 Sep 2024 22:46:28 +0300 Subject: [PATCH] Fix title and description --- docs/en/tutorials/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/tutorials/index.md b/docs/en/tutorials/index.md index 87484d2acb..1f03c87d8e 100644 --- a/docs/en/tutorials/index.md +++ b/docs/en/tutorials/index.md @@ -1,7 +1,7 @@ -## ABP Tutorials +# ABP Tutorials -The following guides explains how to build ABP based applications: +The following introductory tutorials explain how to build applications based on the ABP platform: * [TODO Application](todo/index.md): This is a single-part, quick-start tutorial to build a simple application with ABP. Start with this tutorial if you want to quickly understand how ABP works. * [Book Store Application](book-store/index.md): This is a multi-part, complete tutorial to build a bookstore application with ABP. Start with this tutorial if you want to create a layered solution with ABP and apply DDD best practices. -* [Modular Monolith Application](modular-crm/index.md): This is a multi-part tutorial that demonstrates how to create application modules, compose and communicate them to build a monolith modular web application. \ No newline at end of file +* [Modular Monolith Application](modular-crm/index.md): This is a multi-part tutorial that demonstrates how to create application modules, compose and communicate them to build a monolith modular web application.