From 1d1a5203dbdbb0c569bec3e02aa099849a1bb80f Mon Sep 17 00:00:00 2001 From: Adrian Wright Date: Tue, 5 Sep 2017 20:52:13 +0100 Subject: [PATCH] Fix spelling mistakes in xml comments (#6755) --- .../DependencyInjection/MvcCoreServiceCollectionExtensions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.Mvc.Core/DependencyInjection/MvcCoreServiceCollectionExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/DependencyInjection/MvcCoreServiceCollectionExtensions.cs index d168060524..c0ab1b47b2 100644 --- a/src/Microsoft.AspNetCore.Mvc.Core/DependencyInjection/MvcCoreServiceCollectionExtensions.cs +++ b/src/Microsoft.AspNetCore.Mvc.Core/DependencyInjection/MvcCoreServiceCollectionExtensions.cs @@ -30,7 +30,7 @@ namespace Microsoft.Extensions.DependencyInjection public static class MvcCoreServiceCollectionExtensions { /// - /// Adds the minimum essential MVC services to the specified . Addtional services + /// Adds the minimum essential MVC services to the specified . Additional services /// including MVC's support for authorization, formatters, and validation must be added separately using the /// returned from this method. /// @@ -103,7 +103,7 @@ private static T GetServiceFromCollection(IServiceCollection services) } /// - /// Adds the minimum essential MVC services to the specified . Addtional services + /// Adds the minimum essential MVC services to the specified . Additional services /// including MVC's support for authorization, formatters, and validation must be added separately using the /// returned from this method. ///