Skip to content

Commit 8d4b843

Browse files
authored
Fixes #62163: Fix incorrect summary for CreateViewComponent. (#62164)
1 parent 6009a58 commit 8d4b843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/Mvc.ViewFeatures/src/ViewComponents/IViewComponentFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.Mvc.ViewComponents;
99
public interface IViewComponentFactory
1010
{
1111
/// <summary>
12-
/// Creates a new controller for the specified <paramref name="context"/>.
12+
/// Creates a new view component for the specified <paramref name="context"/>.
1313
/// </summary>
1414
/// <param name="context"><see cref="ViewComponentContext"/> for the view component.</param>
1515
/// <returns>The view component.</returns>

0 commit comments

Comments
 (0)