From 799766bdba248d5f1b3c34e00f90d707213e2bc1 Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Mon, 10 May 2021 16:12:55 +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 1eb8d09d00..81fcd9d81e 100644 --- a/docs/en/Modules/cms-kit/Blog-System.md +++ b/docs/en/Modules/cms-kit/Blog-System.md @@ -23,7 +23,7 @@ This module follows the [Entity Best Practices & Conventions](https://docs.abp.i - `Blog` _(aggregate root)_: Presents blogs of application. - `BlogPost`_(aggregate root)_: Presents blog posts in blogs. -- `BlogFeauture`:_(aggregate root)_: Presents blog features enabled/disabled state. Such as reactions, ratings, comments etc. +- `BlogFeature`:_(aggregate root)_: Presents blog features enabled/disabled state. Such as reactions, ratings, comments, etc. #### Repositories