Skip to content

Commit b7de33d

Browse files
authored
Fix --test-parameter typo (#45546)
1 parent 104945f commit b7de33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/microsoft-testing-platform-extensions-vstest-bridge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ When enabled by the test framework, you can use `--filter <FILTER_EXPRESSION>`.
5555

5656
## TestRun parameters
5757

58-
You can pass parameters to the test run by using the `--test-parameters` command line option in the format `key=value`. This option can be specified multiple times, one for each parameter to set.
58+
You can pass parameters to the test run by using the `--test-parameter` command line option in the format `key=value`. This option can be specified multiple times, one for each parameter to set.
5959

6060
These parameters can then be accessed by the test framework in the test run:
6161

0 commit comments

Comments
 (0)