From 19f3dfa37a37fcca27aa4c9ec9a866dca5be47d6 Mon Sep 17 00:00:00 2001 From: bohdan yefremenko Date: Sun, 23 Nov 2025 20:42:41 +0200 Subject: [PATCH] docs: fix typo in DependsOn documentation --- docs/docs/test-authoring/depends-on.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/test-authoring/depends-on.md b/docs/docs/test-authoring/depends-on.md index 0a066bb90d1..aa59ac5319b 100644 --- a/docs/docs/test-authoring/depends-on.md +++ b/docs/docs/test-authoring/depends-on.md @@ -23,7 +23,7 @@ This takes a test name, which you can easily reference by using the `nameof(Test :::info -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. +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. :::