From 5f3750db4c057ed69357022b00114547648ce0fd Mon Sep 17 00:00:00 2001 From: bnymncoskuner Date: Tue, 12 Jan 2021 16:41:24 +0300 Subject: [PATCH] docs: fix typo --- docs/en/UI/Angular/Page-Alerts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/Angular/Page-Alerts.md b/docs/en/UI/Angular/Page-Alerts.md index 0b01c4ff5e..e59d620432 100644 --- a/docs/en/UI/Angular/Page-Alerts.md +++ b/docs/en/UI/Angular/Page-Alerts.md @@ -4,7 +4,7 @@ A page alert is useful for displaying an important message to the user. The ABP ![angular-page-alert-example](./images/page-alert-warning-example.png) -You can simply inject `PageAlertsService` from `@abp/ng.theme.shared` and utilize it as follows: +You can simply import `PageAlertService` from `@abp/ng.theme.shared` and utilize it as follows: ```typescript import { PageAlertService } from '@abp/ng.theme.shared';