diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/RunExtensions.cs b/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/RunExtensions.cs
index 328c490c9e..1124043064 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 @@ namespace Microsoft.AspNetCore.Builder
app.Use(_ => handler);
}
}
-}
\ No newline at end of file
+}