Fix doc comment typo

This commit is contained in:
Daniel Roth 2017-02-01 06:36:45 -08:00 committed by Chris R
parent 2e2b54a507
commit 2703835352
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ using Microsoft.Extensions.Internal;
namespace Microsoft.AspNetCore.Builder
{
/// <summary>
/// Extension methods for adding typed middlware.
/// Extension methods for adding typed middleware.
/// </summary>
public static class UseMiddlewareExtensions
{
@ -172,4 +172,4 @@ namespace Microsoft.AspNetCore.Builder
return service;
}
}
}
}