Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Fix spelling mistakes in xml comments (#6755)
Browse files Browse the repository at this point in the history
  • Loading branch information
ady109 authored and javiercn committed Sep 5, 2017
1 parent 8645ada commit 1d1a520
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -103,7 +103,7 @@ private static T GetServiceFromCollection<T>(IServiceCollection services)
}

/// <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>
Expand Down

0 comments on commit 1d1a520

Please sign in to comment.