Skip to content

Commit 11e69d6

Browse files
authored
Small formatting fixes.
1 parent f381963 commit 11e69d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commands/mftf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This command cleans up the previously generated tests; generates and runs the `L
6464
vendor/bin/mftf run:manifest path/to/your/testManifest.txt
6565
```
6666

67-
This command runs all tests specified in a testManifest.txt file. When you generate tests, a testManifest.txt file is also generated for you. You can pass this file directly to the run:manifest command and it will execute all tests. Or you can create your own file of the same format to execute a subset of tests. Note: This command does not generate tests.
67+
This command runs all tests specified in a `testManifest.txt` file. When you generate tests, a `testManifest.txt` file is also generated for you. You can pass this file directly to the `run:manifest` command and it will execute all listed tests. You can also create your own file in the same format to execute a subset of tests. Note: This command does not generate tests.
6868

6969
### Generate and run previously failed tests
7070

0 commit comments

Comments
 (0)