diff --git a/src/Middleware/Diagnostics.Abstractions/src/ErrorContext.cs b/src/Middleware/Diagnostics.Abstractions/src/ErrorContext.cs index 5c4f973f5d..9a3a2f9f6e 100644 --- a/src/Middleware/Diagnostics.Abstractions/src/ErrorContext.cs +++ b/src/Middleware/Diagnostics.Abstractions/src/ErrorContext.cs @@ -7,7 +7,7 @@ using Microsoft.AspNetCore.Http; namespace Microsoft.AspNetCore.Diagnostics { /// - /// Provides context about the error currently being handled bt the DeveloperExceptionPageMiddleware. + /// Provides context about the error currently being handled by the DeveloperExceptionPageMiddleware. /// public class ErrorContext {