diff --git a/docs/en/UI/Angular/Confirmation-Service.md b/docs/en/UI/Angular/Confirmation-Service.md index 1164dd9de6..8722f88fd2 100644 --- a/docs/en/UI/Angular/Confirmation-Service.md +++ b/docs/en/UI/Angular/Confirmation-Service.md @@ -1,6 +1,6 @@ # ConfirmationService -You can use the `ConfirmationService` in @abp/ng.theme.shared package to place a confirmation popup at the root level. +You can use the `ConfirmationService` in @abp/ng.theme.shared package to display a confirmation popup by placing at the root level in your project. ## Getting Started @@ -21,7 +21,7 @@ class DemoComponent { ## Usage -You can use the `success`, `warn`, `error`, and `info` methods of `ConfirmationService` to display a confirmation popup at the root level in your project. +You can use the `success`, `warn`, `error`, and `info` methods of `ConfirmationService` to display a confirmation popup. ### How to Display a Confirmation Popup