diff --git a/src/Middleware/Diagnostics.EntityFrameworkCore/src/DatabaseErrorPageExtensions.cs b/src/Middleware/Diagnostics.EntityFrameworkCore/src/DatabaseErrorPageExtensions.cs
index 6184c9f310..5b8170735c 100644
--- a/src/Middleware/Diagnostics.EntityFrameworkCore/src/DatabaseErrorPageExtensions.cs
+++ b/src/Middleware/Diagnostics.EntityFrameworkCore/src/DatabaseErrorPageExtensions.cs
@@ -15,7 +15,7 @@ namespace Microsoft.AspNetCore.Builder
{
///
/// Captures synchronous and asynchronous database related exceptions from the pipeline that may be resolved using Entity Framework
- /// migrations. When these exceptions occur an HTML response with details of possible actions to resolve the issue is generated.
+ /// migrations. When these exceptions occur, an HTML response with details of possible actions to resolve the issue is generated.
///
/// The to register the middleware with.
/// The same instance so that multiple calls can be chained.
@@ -31,7 +31,7 @@ namespace Microsoft.AspNetCore.Builder
///
/// Captures synchronous and asynchronous database related exceptions from the pipeline that may be resolved using Entity Framework
- /// migrations. When these exceptions occur an HTML response with details of possible actions to resolve the issue is generated.
+ /// migrations. When these exceptions occur, an HTML response with details of possible actions to resolve the issue is generated.
///
/// The to register the middleware with.
/// A that specifies options for the middleware.
@@ -59,4 +59,4 @@ namespace Microsoft.AspNetCore.Builder
return app;
}
}
-}
\ No newline at end of file
+}