From b2f04385623a2f836d45c04a68bbe2786f0cde94 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 29 Nov 2016 14:06:15 -0500 Subject: [PATCH] Fixing comment typo --- .../ApplicationModels/IApplicationModelConvention.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}