This commit is contained in:
Mohammad Rahhal 2015-12-10 16:36:41 +02:00 committed by Kiran Challa
parent 5358982e5f
commit 8e38584800
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ namespace Microsoft.AspNet.Builder
}
/// <summary>
/// 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.
/// </summary>
@ -150,4 +150,4 @@ namespace Microsoft.AspNet.Builder
});
}
}
}
}