From a521524a741b1675dc86783e6c3142f8f8f375f6 Mon Sep 17 00:00:00 2001 From: John Zabroski Date: Thu, 29 May 2025 16:57:32 -0400 Subject: [PATCH] Fixes #62163: Fix incorrect summary for CreateViewComponent. --- .../src/ViewComponents/IViewComponentFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mvc/Mvc.ViewFeatures/src/ViewComponents/IViewComponentFactory.cs b/src/Mvc/Mvc.ViewFeatures/src/ViewComponents/IViewComponentFactory.cs index 204fbcdd693c..aaa09325f86d 100644 --- a/src/Mvc/Mvc.ViewFeatures/src/ViewComponents/IViewComponentFactory.cs +++ b/src/Mvc/Mvc.ViewFeatures/src/ViewComponents/IViewComponentFactory.cs @@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.Mvc.ViewComponents; public interface IViewComponentFactory { /// - /// Creates a new controller for the specified . + /// Creates a new view component for the specified . /// /// for the view component. /// The view component.