diff --git a/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IActionModelConvention.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IActionModelConvention.cs
index d5a49ad53c..80c1426be2 100644
--- a/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IActionModelConvention.cs
+++ b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IActionModelConvention.cs
@@ -4,14 +4,14 @@
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
/// place it on an action method.
///
/// customizations run after
- /// customications and before
+ /// customizations and before
/// customizations.
///
public interface IActionModelConvention
@@ -22,4 +22,4 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationModels
/// The .
void Apply(ActionModel action);
}
-}
\ No newline at end of file
+}