diff --git a/docs/en/Community-Articles/2022-11-22-The-new-EF-Core-interceptors/POST.md b/docs/en/Community-Articles/2022-11-22-The-new-EF-Core-interceptors/POST.md index c30205943a..4539d81891 100644 --- a/docs/en/Community-Articles/2022-11-22-The-new-EF-Core-interceptors/POST.md +++ b/docs/en/Community-Articles/2022-11-22-The-new-EF-Core-interceptors/POST.md @@ -9,7 +9,7 @@ EF Core 7 has made a lot of enhancements to interceptors, You can see the list f * Interception for optimistic concurrency handling (DbUpdateConcurrencyException) * Interception for connections before checking if the connection string has been set * Interception for when EF Core has finished consuming a result set, but before that result set is closed -* Interception for creation of a DbConnection by EF Core +* Interception for the creation of a DbConnection by EF Core * Interception for DbCommand after it has been initialized ## Lazy initialization of `connection string`