diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/UseExtensions.cs b/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/UseExtensions.cs index d8791b86..c0c9a0f6 100644 --- a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/UseExtensions.cs +++ b/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/UseExtensions.cs @@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Builder public static class UseExtensions { /// - /// Adds a middleware delagate defined in-line to the application's request pipeline. + /// Adds a middleware delegate defined in-line to the application's request pipeline. /// /// The instance. /// A function that handles the request or calls the given next function. @@ -30,4 +30,4 @@ public static IApplicationBuilder Use(this IApplicationBuilder app, Func