From 337b6b19eb6ab4f0240a2494570368d4061e9d0e Mon Sep 17 00:00:00 2001 From: Casper-Olsen Date: Fri, 28 Jan 2022 14:16:22 +0100 Subject: [PATCH] Update breaking-changes.md --- .../core/what-is-new/ef-core-5.0/breaking-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/what-is-new/ef-core-5.0/breaking-changes.md b/entity-framework/core/what-is-new/ef-core-5.0/breaking-changes.md index 18b7e75174..3b42e22771 100644 --- a/entity-framework/core/what-is-new/ef-core-5.0/breaking-changes.md +++ b/entity-framework/core/what-is-new/ef-core-5.0/breaking-changes.md @@ -499,7 +499,7 @@ It was possible to change the discriminator value before calling `SaveChanges` #### New behavior -An exception will be throws in the above case. +An exception will be thrown in the above case. #### Why