Fix spelling mistakes in xml comments (#6755)

This commit is contained in:
Adrian Wright 2017-09-05 20:52:13 +01:00 committed by Javier Calvarro Nelson
parent 8645ada6b5
commit 1d1a5203db
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ namespace Microsoft.Extensions.DependencyInjection
public static class MvcCoreServiceCollectionExtensions
{
/// <summary>
/// Adds the minimum essential MVC services to the specified <see cref="IServiceCollection" />. Addtional services
/// Adds the minimum essential MVC services to the specified <see cref="IServiceCollection" />. Additional services
/// including MVC's support for authorization, formatters, and validation must be added separately using the
/// <see cref="IMvcCoreBuilder"/> returned from this method.
/// </summary>
@ -103,7 +103,7 @@ namespace Microsoft.Extensions.DependencyInjection
}
/// <summary>
/// Adds the minimum essential MVC services to the specified <see cref="IServiceCollection" />. Addtional services
/// Adds the minimum essential MVC services to the specified <see cref="IServiceCollection" />. Additional services
/// including MVC's support for authorization, formatters, and validation must be added separately using the
/// <see cref="IMvcCoreBuilder"/> returned from this method.
/// </summary>