diff --git a/entity-framework/core/what-is-new/ef-core-6.0/whatsnew.md b/entity-framework/core/what-is-new/ef-core-6.0/whatsnew.md index bf4a37a234..6a016b258c 100644 --- a/entity-framework/core/what-is-new/ef-core-6.0/whatsnew.md +++ b/entity-framework/core/what-is-new/ef-core-6.0/whatsnew.md @@ -2854,7 +2854,7 @@ public class CurrencyToSymbolConverter : ValueConverter --> [!code-csharp[CurrencyConverter](../../../../samples/core/Miscellaneous/NewInEFCore6/HasConversionSample.cs?name=CurrencyConverter)] -This can bow be configured using the generic `HasConversion` method: +This can now be configured using the generic `HasConversion` method: