Skip to content

Commit 5e90be5

Browse files
authored
Grammar and formatting.
1 parent 2e92c25 commit 5e90be5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/commands/mftf.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ vendor/bin/mftf generate:tests [option] [<test name>] [<test name>] [--remove]
127127

128128
#### Debugging levels
129129

130-
You can run generate:tests with any of the following debug levels. XML schema validation errors will be logged as CRITICAL failures.
130+
You can run `generate:tests` with any of the following debug levels. XML schema validation errors will be logged as CRITICAL failures.
131131

132132
| Debug level | Description |
133133
| ---| --- |
134-
|`default` `[generate:tests]` ` | perform XML schema validation on merged files. Does not indicate the file name where error is encountered. Use `developer` level for enhanced debugging. |
135-
|`developer` `[generate:tests --debug or generate:tests --debug developer]` | Returns additional debug information (such as the filename where an error occurred) when test generation fails because of an invalid XML schema. This option takes extra processing time. Use it after test generation has failed once. |
136-
|`none` `[generate:tests --debug none]`| skip debugging during test generation. Added for backward compatibility, will be removed with the next MAJOR release|
134+
|`default` `[generate:tests]` | Perform XML schema validation on merged files. Does not indicate the file name where trhe error is encountered. Use `developer` level for enhanced debugging. |
135+
|`developer` `[generate:tests --debug or generate:tests --debug developer]` | Returns additional debug information (such as the filename where an error occurred) when test generation fails because of an invalid XML schema. Note: This option takes extra processing time. Use it after test generation has failed once. |
136+
|`none` `[generate:tests --debug none]`| Skip debugging during test generation. Added for backward compatibility, it will be removed with the next MAJOR release.|
137137

138138
#### Examples of the JSON configuration
139139

0 commit comments

Comments
 (0)