From b0ebcc3aeb2be302572ce2f2d9787f432f85842f Mon Sep 17 00:00:00 2001 From: Jimmy Hannon Date: Thu, 14 Apr 2016 14:49:09 +0200 Subject: [PATCH] Update RunExtensions.cs small typo --- .../Extensions/RunExtensions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/RunExtensions.cs b/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/RunExtensions.cs index 328c490c..11240430 100644 --- a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/RunExtensions.cs +++ b/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/RunExtensions.cs @@ -12,7 +12,7 @@ namespace Microsoft.AspNetCore.Builder public static class RunExtensions { /// - /// Adds a terminal middleware delagate to the application's request pipeline. + /// Adds a terminal middleware delegate to the application's request pipeline. /// /// The instance. /// A delegate that handles the request. @@ -31,4 +31,4 @@ public static void Run(this IApplicationBuilder app, RequestDelegate handler) app.Use(_ => handler); } } -} \ No newline at end of file +}