From a79d45b2de67bd6d91ac4b39d0bcee634108bad7 Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Tue, 21 Apr 2020 13:35:42 +0300 Subject: [PATCH] docs: change a sentence in confirmation-service.md --- docs/en/UI/Angular/Confirmation-Service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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