Skip to content

Commit ac12d7d

Browse files
docs: fix typo in DependsOn documentation (#3897)
1 parent 3aa0252 commit ac12d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/test-authoring/depends-on.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This takes a test name, which you can easily reference by using the `nameof(Test
2323

2424
:::info
2525

26-
If you have multiple tests with the same name, but different parameter types, then you you must include the types of parameters in the `[DependsOn]` attribute too so TUnit can locate the correct test.
26+
If you have multiple tests with the same name, but different parameter types, then you must include the types of parameters in the `[DependsOn]` attribute too so TUnit can locate the correct test.
2727

2828
:::
2929

0 commit comments

Comments
 (0)