From fd31cc7eb922648bd8cac804b414a99efe618aa9 Mon Sep 17 00:00:00 2001 From: TotPeRo Date: Sat, 5 Mar 2022 20:07:02 +0200 Subject: [PATCH] fix code error --- docs/en/UI/AspNetCore/Modals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/AspNetCore/Modals.md b/docs/en/UI/AspNetCore/Modals.md index 9de9542307..3824c45983 100644 --- a/docs/en/UI/AspNetCore/Modals.md +++ b/docs/en/UI/AspNetCore/Modals.md @@ -480,4 +480,4 @@ Here, the list of all available functions to register to events of the `ModalMan * `onOpen(callback)`: Registers a callback function to get notified once the modal is opened. It is triggered when the modal is completely visible on the UI. * `onClose(callback)`: Registers a callback function to get notified once the modal is closed. It is triggered when the modal is completely invisible on the UI. -* `onResult(callback)`: Registers a callback function that is triggered when the ``setResult(...)` method is called. All the parameters sent to the `setResult` method is passed to the callback. \ No newline at end of file +* `onResult(callback)`: Registers a callback function that is triggered when the `setResult(...)` method is called. All the parameters sent to the `setResult` method is passed to the callback.