document review

pull/8857/head
Ilkay Ilknur 5 years ago
parent 25cbbb91f7
commit 5978ae0218

@ -103,7 +103,7 @@ See the [connection strings](https://docs.abp.io/en/abp/latest/Connection-String
### MVC UI
The comment system provides a commenting widget to allow users to send comments to resources on public websites. You can simply place the widget to the like below.
The comment system provides a commenting widget to allow users to send comments to resources on public websites. You can simply place the widget on a page like below.
```csharp
@await Component.InvokeAsync(typeof(CommentingViewComponent), new

@ -102,7 +102,7 @@ See the [connection strings](https://docs.abp.io/en/abp/latest/Connection-String
### MVC UI
The ratings system provides a rating widget to allow users send ratings to resources in public websites. You can simply place the widget to the like below.
The ratings system provides a rating widget to allow users send ratings to resources in public websites. You can simply place the widget on a page like below.
```csharp
@await Component.InvokeAsync(typeof(RatingViewComponent), new

Loading…
Cancel
Save