Fix doc comment typo
This commit is contained in:
parent
2e2b54a507
commit
2703835352
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue