From 8e38584800af59d833ff2eae6811d58594c8d445 Mon Sep 17 00:00:00 2001 From: Mohammad Rahhal Date: Thu, 10 Dec 2015 16:36:41 +0200 Subject: [PATCH] Fix typo --- .../StatusCodePage/StatusCodePagesExtensions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNet.Diagnostics/StatusCodePage/StatusCodePagesExtensions.cs b/src/Microsoft.AspNet.Diagnostics/StatusCodePage/StatusCodePagesExtensions.cs index fc3a53feef..c2b92caf3c 100644 --- a/src/Microsoft.AspNet.Diagnostics/StatusCodePage/StatusCodePagesExtensions.cs +++ b/src/Microsoft.AspNet.Diagnostics/StatusCodePage/StatusCodePagesExtensions.cs @@ -71,7 +71,7 @@ namespace Microsoft.AspNet.Builder } /// - /// Adds a StatusCodePages middleware to the pipeine. Specifies that responses should be handled by redirecting + /// Adds a StatusCodePages middleware to the pipeline. Specifies that responses should be handled by redirecting /// with the given location URL template. This may include a '{0}' placeholder for the status code. URLs starting /// with '~' will have PathBase prepended, where any other URL will be used as is. /// @@ -150,4 +150,4 @@ namespace Microsoft.AspNet.Builder }); } } -} \ No newline at end of file +}