Fix typo
This commit is contained in:
parent
5358982e5f
commit
8e38584800
|
|
@ -71,7 +71,7 @@ namespace Microsoft.AspNet.Builder
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <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 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.
|
/// with '~' will have PathBase prepended, where any other URL will be used as is.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue