Skip to content

Commit 185a410

Browse files
authored
Fix typo in unit-testing-platform-integration-dotnet-test.md (#43418)
1 parent ee512bc commit 185a410

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
@@ -58,7 +58,7 @@ By default, VSTest is used to run `Microsoft.Testing.Platform` tests. You can en
5858

5959
In this mode, you can supply extra parameters that are used to call the testing application in one of the following ways:
6060

61-
- Beginning with `Microsoft.Testing.Platform` version 1.4 (included with MSTest version 3.6), you can options after the double dash `--` on the command line:
61+
- Beginning with `Microsoft.Testing.Platform` version 1.4 (included with MSTest version 3.6), you can add options after the double dash `--` on the command line:
6262

6363
```dotnetcli
6464
dotnet test -- --minimum-expected-tests 10

0 commit comments

Comments
 (0)