diff --git a/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IApplicationModelConvention.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IApplicationModelConvention.cs index dfc2633b74..7388b7f5e4 100644 --- a/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IApplicationModelConvention.cs +++ b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IApplicationModelConvention.cs @@ -4,10 +4,10 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationModels { /// - /// Allows customization of the of the . + /// Allows customization of the . /// /// - /// Implementaions of this interface can be registered in + /// Implementations of this interface can be registered in /// to customize metadata about the application. /// /// run before other types of customizations to the @@ -21,4 +21,4 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationModels /// The . void Apply(ApplicationModel application); } -} \ No newline at end of file +}