Skip to content

Commit 055baf0

Browse files
authored
terry's edits
1 parent adefbed commit 055baf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/test/run-unit-tests-with-test-explorer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ You can also check or uncheck the boxes of the parent groups in the hierarchy. T
228228

229229
![Playlist xml file](../test/media/vs-2019/test-explorer-playlist-xml-file.png)
230230

231-
If you would like to make a playlist for traits use the format below for MSTest.
231+
If you would like to make a playlist for traits, use the following format for MSTest.
232232
```xml
233233
<Playlist Version="2.0">
234234
<Rule Name="Includes" Match="Any">
@@ -237,7 +237,7 @@ If you would like to make a playlist for traits use the format below for MSTest.
237237
</Playlist>
238238
```
239239

240-
Use the format below for xUnit. Make sure there is a space between your `TestCategory` name and the `[Value]`.
240+
Use the following format for xUnit. Make sure there is a space between your `TestCategory` name and the `[Value]`.
241241
```xml
242242
<Playlist Version="2.0">
243243
<Rule Name="Includes" Match="Any">

0 commit comments

Comments
 (0)