From 71f2eb3f61868309d2c9b775f60de2c5a921416d Mon Sep 17 00:00:00 2001 From: Hamza Albreem <94292623+braim23@users.noreply.github.com> Date: Thu, 30 Mar 2023 13:13:15 +0300 Subject: [PATCH] Page Alerts Doc Tiny Fix --- docs/en/UI/Angular/Page-Alerts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/UI/Angular/Page-Alerts.md b/docs/en/UI/Angular/Page-Alerts.md index 3d71723bf1..e486318dc2 100644 --- a/docs/en/UI/Angular/Page-Alerts.md +++ b/docs/en/UI/Angular/Page-Alerts.md @@ -63,10 +63,10 @@ this.service.show({ ## Render HTML content -We can pass html content to `title` and `message` parameters +We can pass html content to the `title` and `message` parameters -* It allows to both case static message and localization value -* [abpSafeHtml](https://github.com/abpframework/abp/blob/37b59a7f05202264505d002397dbb27d275740e1/npm/ng-packs/packages/core/src/lib/pipes/safe-html.pipe.ts#L6) pipe will sanitize html values +* It allows for both case static message and the localization value +* [abpSafeHtml](https://github.com/abpframework/abp/blob/37b59a7f05202264505d002397dbb27d275740e1/npm/ng-packs/packages/core/src/lib/pipes/safe-html.pipe.ts#L6) pipe will sanitize the html values ```typescript this.service.show({