Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 2703835

Browse files
danroth27Tratcher
authored andcommitted
Fix doc comment typo
1 parent 2e2b54a commit 2703835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.AspNetCore.Http.Abstractions/Extensions/UseMiddlewareExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace Microsoft.AspNetCore.Builder
1414
{
1515
/// <summary>
16-
/// Extension methods for adding typed middlware.
16+
/// Extension methods for adding typed middleware.
1717
/// </summary>
1818
public static class UseMiddlewareExtensions
1919
{
@@ -172,4 +172,4 @@ private static object GetService(IServiceProvider sp, Type type, Type middleware
172172
return service;
173173
}
174174
}
175-
}
175+
}

0 commit comments

Comments
 (0)