Skip to content

Commit c717bf8

Browse files
authored
Fix heading and enhance clarity in test rulesets guide
Corrected the heading for incremental testing and improved clarity in the text.
1 parent 99a9a43 commit c717bf8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/logic-apps/rules-engine/test-rulesets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.custom:
2121

2222
This guide shows how to test rulesets by using the Microsoft Rules Composer and includes output examples for rule testing.
2323

24-
Whe test rulesets incrementally?
24+
## Why test rulesets incrementally?
2525

2626
As you build a ruleset to integrate business logic with your Standard logic app workflows, test your ruleset incrementally, or at least before you use the rules in your application. That way, you can confirm that each rule works the way you expect, or find and fix problems sooner when your rules are less complex and easier to troubleshoot.
2727

@@ -67,7 +67,7 @@ If you wait to test all your rules at the same time, especially when your rules
6767
|------|------------------|
6868
| Clear all text from the Output window. | **Clear All** |
6969
| Copy the selected text in the Output window to the clipboard. | **Copy** |
70-
| Select all the text in the Output window. | **Select All** |
70+
| Select all text in the Output window. | **Select All** |
7171
| Save the text contained in the Output window to a specified file. | **Save to File** |
7272

7373
<a name="ruleset-test-trace-output"></a>

0 commit comments

Comments
 (0)