diff --git a/entity-framework/core/logging-events-diagnostics/index.md b/entity-framework/core/logging-events-diagnostics/index.md index 4d26109be3..5bccd12744 100644 --- a/entity-framework/core/logging-events-diagnostics/index.md +++ b/entity-framework/core/logging-events-diagnostics/index.md @@ -22,7 +22,7 @@ The table below provides a quick reference for the differences between the mecha | Interceptors | Yes | Per context | Context configuration | Manipulating EF operations | Diagnostics listeners | No | Process | Globally | Application diagnostics -*Typically `Microsoft.Extensions.Logging` is configured per-application via dependency injection However, at the EF level, each context _can_ be configured with a different logger if needed. +*Typically `Microsoft.Extensions.Logging` is configured per-application via dependency injection. However, at the EF level, each context _can_ be configured with a different logger if needed. ## Simple logging