Skip to content

Commit 6afd6f4

Browse files
Fix tiny typo in ErrorContext summary. (#22190)
1 parent d807f5c commit 6afd6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/Diagnostics.Abstractions/src/ErrorContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace Microsoft.AspNetCore.Diagnostics
88
{
99
/// <summary>
10-
/// Provides context about the error currently being handled bt the DeveloperExceptionPageMiddleware.
10+
/// Provides context about the error currently being handled by the DeveloperExceptionPageMiddleware.
1111
/// </summary>
1212
public class ErrorContext
1313
{

0 commit comments

Comments
 (0)