From 665b41c09a15fbe2a486659eecdbf154e1b428f8 Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Mon, 10 May 2021 16:12:06 +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 ea17b81e2e..2f2d46c9da 100644 --- a/docs/en/Modules/cms-kit/Blog-System.md +++ b/docs/en/Modules/cms-kit/Blog-System.md @@ -41,7 +41,7 @@ This module follows the [Domain Services Best Practices & Conventions](https://d - `BlogManager`: Includes some operations for `Blog` aggreate root to keep data consistency. - `CreateAsync`: Creates a new `Blog` entity and makes sure slug is used one time. - - `UpdateAsync`: Updates existing Blog entity and makes sure slug is used one time. + - `UpdateAsync`: Updates existing `Blog` entity and makes sure slug is used one time. - `BlogPostManager`: Includes some operations for `BlogPost` aggreagate root such as creating & updating. - `CreateAsync`: Creates a new BlogPost and makes sure slug is used only one time. - `SetSlugUrlAsync`: Sets `UrlSlug` property of BlogPost entity and makes sure slug isn't duplicated in same blog.