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 @@ namespace Microsoft.Extensions.DependencyInjection
}
///
- /// 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.
///