From ebe6fba4dd36e7fc86295f3841a882a097fcd464 Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Sun, 13 Oct 2024 17:31:50 +0200 Subject: [PATCH] Fix typo Fixes #4833 --- entity-framework/core/change-tracking/identity-resolution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/change-tracking/identity-resolution.md b/entity-framework/core/change-tracking/identity-resolution.md index 6ede86de18..5c9f066c82 100644 --- a/entity-framework/core/change-tracking/identity-resolution.md +++ b/entity-framework/core/change-tracking/identity-resolution.md @@ -579,7 +579,7 @@ Entity types are often configured to use [automatically generated key values](xr --> [!code-csharp[Pet](../../../samples/core/ChangeTracking/IdentityResolutionInEFCore/IdentityResolutionSamples.cs?name=Pet)] -Consider code that attempts to tracker two new entity instances without setting key values: +Consider code that attempts to track two new entity instances without setting key values: