Skip to content

Commit 9852942

Browse files
authored
Add missing comma in MTP dotnet test integration doc
1 parent 5d01b47 commit 9852942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/unit-testing-platform-integration-dotnet-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Or in project file:
132132

133133
By default, all console output that the underlying test executable writes is captured and hidden from the user. This includes the banner, version information, and formatted test information.
134134

135-
To show this information together with MSBuild output use`<TestingPlatformCaptureOutput>false</TestingPlatformCaptureOutput>`.
135+
To show this information together with MSBuild output, use `<TestingPlatformCaptureOutput>false</TestingPlatformCaptureOutput>`.
136136

137137
This option doesn't impact how the testing framework captures user output written by `Console.WriteLine` or other similar ways to write to the console.
138138

0 commit comments

Comments
 (0)