diff --git a/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IControllerModelConvention.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IControllerModelConvention.cs index 378772f855..37d08ec440 100644 --- a/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IControllerModelConvention.cs +++ b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IControllerModelConvention.cs @@ -4,7 +4,7 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationModels { /// - /// Allows customization of the of the . + /// Allows customization of the . /// /// /// To use this interface, create an class which implements the interface and @@ -22,4 +22,4 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationModels /// The . void Apply(ControllerModel controller); } -} \ No newline at end of file +}