Fix spelling mistakes in xml comments (#6755)
This commit is contained in:
parent
8645ada6b5
commit
1d1a5203db
|
|
@ -30,7 +30,7 @@ namespace Microsoft.Extensions.DependencyInjection
|
||||||
public static class MvcCoreServiceCollectionExtensions
|
public static class MvcCoreServiceCollectionExtensions
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <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
|
/// including MVC's support for authorization, formatters, and validation must be added separately using the
|
||||||
/// <see cref="IMvcCoreBuilder"/> returned from this method.
|
/// <see cref="IMvcCoreBuilder"/> returned from this method.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -103,7 +103,7 @@ namespace Microsoft.Extensions.DependencyInjection
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <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
|
/// including MVC's support for authorization, formatters, and validation must be added separately using the
|
||||||
/// <see cref="IMvcCoreBuilder"/> returned from this method.
|
/// <see cref="IMvcCoreBuilder"/> returned from this method.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue