From ccad5752cad014cc2652ea370e3c922f9b38053b Mon Sep 17 00:00:00 2001 From: Hamza Albreem <94292623+braim23@users.noreply.github.com> Date: Wed, 23 Nov 2022 08:02:41 +0300 Subject: [PATCH] tiny fix --- .../2022-11-22-The-new-EF-Core-interceptors/POST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`