diff --git a/docs/core/testing/unit-testing-platform-integration-dotnet-test.md b/docs/core/testing/unit-testing-platform-integration-dotnet-test.md index ced812fe41d9a..6b3f57910dab5 100644 --- a/docs/core/testing/unit-testing-platform-integration-dotnet-test.md +++ b/docs/core/testing/unit-testing-platform-integration-dotnet-test.md @@ -132,7 +132,7 @@ Or in project file: 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. -To show this information together with MSBuild output use`false`. +To show this information together with MSBuild output, use `false`. 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.