From 8d27ef9b0bac760c82a56a030a8a9e221535dbb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Mon, 7 Oct 2024 10:40:46 +0300 Subject: [PATCH] Update index.md --- docs/en/tutorials/microservice/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/microservice/index.md b/docs/en/tutorials/microservice/index.md index 62f721aad2..dcb43bcb6a 100644 --- a/docs/en/tutorials/microservice/index.md +++ b/docs/en/tutorials/microservice/index.md @@ -14,7 +14,7 @@ ABP is designed to be a powerful platform to build microservice solutions. It provides a [microservice solution template](../../solution-templates/microservice/index.md) to easily start a sophisticated microservice solution. All of the [pre-built application modules](../../modules/index.md) are microservice compatible and the core framework fully [supports and simplifies](../../framework/architecture/microservices/index.md) distributed application development. -In this tutorial, you will learn how to create services and communicate them. You will also learn to use these services from a web application through an API gateway and automatically generate CRUD pages using the [ABP Suite](../../suite/index.md) tool. +In this tutorial, you will learn how to start a new microservices solution, create services and communicate between them. You will also learn to use these services from a web application through an API gateway and automatically generate CRUD pages using the [ABP Suite](../../suite/index.md) tool. ## Tutorial Outline