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.