docs: change a sentence in confirmation-service.md

pull/3706/head
mehmet-erim 5 years ago
parent b89a54a3e7
commit a79d45b2de

@ -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

Loading…
Cancel
Save