From bea9c7a03dabccb0160783b1f5a6bde25c993a7b Mon Sep 17 00:00:00 2001 From: Aleksei Mialkin Date: Mon, 4 Jul 2022 10:10:29 +0300 Subject: [PATCH] Remove extra dash --- docs/core/tools/dotnet-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/tools/dotnet-test.md b/docs/core/tools/dotnet-test.md index 3dbddd4da607d..38fdf67aaac1d 100644 --- a/docs/core/tools/dotnet-test.md +++ b/docs/core/tools/dotnet-test.md @@ -149,7 +149,7 @@ Where `Microsoft.NET.Test.Sdk` is the test host, `xunit` is the test framework. - **`--no-build`** - Doesn't build the test project before running it. It also implicitly sets the - `--no-restore` flag. + Doesn't build the test project before running it. It also implicitly sets the `--no-restore` flag. - **`--nologo`**