From e0d16ba007c344be3dd76c45763d7ea681eb2022 Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Sun, 23 Aug 2026 21:47:58 +0530 Subject: [PATCH] docs: fix typo refrence -> reference --- docs/AddingAnalyzerCodeFix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AddingAnalyzerCodeFix.md b/docs/AddingAnalyzerCodeFix.md index 5c21724658..64c1a31106 100644 --- a/docs/AddingAnalyzerCodeFix.md +++ b/docs/AddingAnalyzerCodeFix.md @@ -10,7 +10,7 @@ Add your fixer logic and match the analyzer rule id with your analyzer. `VerifyCS.VerifyAnalyzerAsync` by `VerifyCS.VerifyCodeFixAsync` -you can use this PR as refrence:[https://github.com/microsoft/testfx/pull/3091] +you can use this PR as reference:[https://github.com/microsoft/testfx/pull/3091] ## Severity and enabled-by-default policy