Fix tiny typo in ErrorContext summary. (#22190)
This commit is contained in:
parent
d807f5ca67
commit
6afd6f40c0
|
|
@ -7,7 +7,7 @@ using Microsoft.AspNetCore.Http;
|
||||||
namespace Microsoft.AspNetCore.Diagnostics
|
namespace Microsoft.AspNetCore.Diagnostics
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Provides context about the error currently being handled bt the DeveloperExceptionPageMiddleware.
|
/// Provides context about the error currently being handled by the DeveloperExceptionPageMiddleware.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class ErrorContext
|
public class ErrorContext
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue