From 746028da6be493d4d7c8ebf780f8e7d74a1793ba Mon Sep 17 00:00:00 2001 From: Kamil Lopuszanski Date: Fri, 7 Aug 2026 15:06:19 +0200 Subject: [PATCH] fix a typo --- .../platform-supported-content/modules/unit-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/marketplace/platform-supported-content/modules/unit-testing.md b/content/en/docs/marketplace/platform-supported-content/modules/unit-testing.md index 2af14599bbd..ad5b9388fbe 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/unit-testing.md +++ b/content/en/docs/marketplace/platform-supported-content/modules/unit-testing.md @@ -51,7 +51,7 @@ The following Java dependencies are shipped with the module. For Mendix versions 1. In the runtime settings of your app, configure the **Startup** microflow for the [after startup property](/refguide/runtime-tab/#after-startup). If there is already an after startup microflow set, add the **Startup** microflow as an action in the existing microflow. 1. Add the **UnitTestOverview** microflow to your navigation structure, or include the **UnitTestOverview** snippet on a custom page. - {{% alert color="info" %}}When using the snippet in your own page, the snippet should be placed on the top level of the page (not in a layout grid or container), to enable independent scrolling for the left and right panels.S{{% /alert %}} + {{% alert color="info" %}}When using the snippet in your own page, the snippet should be placed on the top level of the page (not in a layout grid or container), to enable independent scrolling for the left and right panels.{{% /alert %}} 1. Optionally, perform the following steps: 1. Run unit tests in a deployed environment by setting the **UnitTesting.Enabled** constant to true.