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