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

Commit f963743

Browse files
committed
Merge pull request #614 from JimmyHannon/patch-1
Update RunExtensions.cs
2 parents ed391a9 + b0ebcc3 commit f963743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace Microsoft.AspNetCore.Builder
1212
public static class RunExtensions
1313
{
1414
/// <summary>
15-
/// Adds a terminal middleware delagate to the application's request pipeline.
15+
/// Adds a terminal middleware delegate to the application's request pipeline.
1616
/// </summary>
1717
/// <param name="app">The <see cref="IApplicationBuilder"/> instance.</param>
1818
/// <param name="handler">A delegate that handles the request.</param>
@@ -31,4 +31,4 @@ public static void Run(this IApplicationBuilder app, RequestDelegate handler)
3131
app.Use(_ => handler);
3232
}
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)