From e26a9659bde457efb93af2cc086c4d1a2a479de6 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Wed, 23 Jun 2021 16:13:34 +0300 Subject: [PATCH] Update Message.md --- docs/en/UI/AspNetCore/JavaScript-API/Message.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/AspNetCore/JavaScript-API/Message.md b/docs/en/UI/AspNetCore/JavaScript-API/Message.md index 55c241a333..9bfb20f3c2 100644 --- a/docs/en/UI/AspNetCore/JavaScript-API/Message.md +++ b/docs/en/UI/AspNetCore/JavaScript-API/Message.md @@ -124,5 +124,5 @@ So, if you want to set the `warn` icon, you can set it like: abp.libs.sweetAlert.config.warn.icon = 'error'; ```` -See the [SweetAlert](https://sweetalert.js.org/) for all the configuration options. +See the [SweetAlert document](https://sweetalert.js.org/) for all the configuration options.