From 8dd6329eae62dde6f196c1921a8bbdd143f33929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0lkay=20=C4=B0lknur?= Date: Mon, 10 May 2021 16:17:29 +0300 Subject: [PATCH] Update Comment-System.md --- docs/en/Modules/cms-kit/Comment-System.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Modules/cms-kit/Comment-System.md b/docs/en/Modules/cms-kit/Comment-System.md index 40b9d91a96..542be54c59 100644 --- a/docs/en/Modules/cms-kit/Comment-System.md +++ b/docs/en/Modules/cms-kit/Comment-System.md @@ -1,6 +1,6 @@ # Comment System -CMS kit provides a **rating** system to add comments feature to any kind of resource, like blog posts, products, etc. This section describes the details of the comments system. +CMS kit provides a **comment** system to add comments feature to any kind of resource, like blog posts, products, etc. This section describes the details of the comments system. ## Feature @@ -114,4 +114,4 @@ The comment system provides a commenting widget to allow users to send comments ``` You need to specify entity type and entity ID parameters. Entity type represents the group name you specified while defining the comments in the domain module. Entity ID represents the unique identifier for the resource that users send comments to, such as blog post ID or product ID. -For more information about widgets see [widgets](https://docs.abp.io/en/abp/latest/UI/AspNetCore/Widgets) documentation. \ No newline at end of file +For more information about widgets see [widgets](https://docs.abp.io/en/abp/latest/UI/AspNetCore/Widgets) documentation.