Skip to content

Commit 8e88014

Browse files
authored
Fix Acrolinx-flagged grammar and formatting issues in data map test executor doc
1 parent b2d40a1 commit 8e88014

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/logic-apps/testing-framework/data-map-test-executor-class-definition.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 11/21/2025
1111

1212
# DataMapTestExecutor class
1313

14-
This class provides functionality to compile, generate XSLT, and execute data map tests for Standard logic app workflows in single-tenant Azure Logic Apps. The class serves as the main entry point for testing data transformations with data maps.
14+
This class provides functionality that compiles, generates XSLT, and executes data map tests for Standard logic app workflows in single-tenant Azure Logic Apps. The class serves as the main entry point for testing data transformations with data maps.
1515

1616
## Namespace
1717

@@ -74,13 +74,13 @@ The logic app project root directory path.
7474

7575
### GenerateXslt(string)
7676

77-
Compiles a data map and generates XSLT. The operation uses the map name to find the data map.
77+
Compiles a data map and generates XSLT. The operation uses the map name to find the data map.
7878

7979
#### Parameters
8080

8181
| Name | Type | Description | Required |
8282
|------|------|-------------|----------|
83-
| mapName | string | The data map file name without the .lml extension | Yes |
83+
| mapName | string | The data map file name without the LML extension | Yes |
8484

8585
#### Returns
8686

0 commit comments

Comments
 (0)