From 49b3ed1200b35c9e06d597689800b6a4dafc0fcf Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Mon, 10 May 2021 16:12:49 +0300 Subject: [PATCH] Update docs/en/Modules/cms-kit/Blog-System.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: İlkay İlknur --- docs/en/Modules/cms-kit/Blog-System.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Modules/cms-kit/Blog-System.md b/docs/en/Modules/cms-kit/Blog-System.md index 6894a2e266..1eb8d09d00 100644 --- a/docs/en/Modules/cms-kit/Blog-System.md +++ b/docs/en/Modules/cms-kit/Blog-System.md @@ -56,7 +56,7 @@ This module follows the [Domain Services Best Practices & Conventions](https://d ##### Admin - `BlogAdminAppService` _(implements `IBlogAdminAppService`)_: Implements use cases of blog management. -- `BlogFeatureAdminAppService` _(implements `IBlogFeatureAdminAppService`)_: Implements use cases of Blog Feature Management. +- `BlogFeatureAdminAppService` _(implements `IBlogFeatureAdminAppService`)_: Implements use cases of blog feature management. - `BlogPostAdminAppService` _(implements `IBlogPostAdminAppService`)_: Implements use cases of blog post management. ##### Common