Fix tiny typo in ErrorContext summary. (#22190)

This commit is contained in:
Michelle Tan 2020-05-25 03:41:19 +01:00 committed by GitHub
parent d807f5ca67
commit 6afd6f40c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
{ {