Skip to content

Commit

Permalink
Fixed typo in "What's New in EF Core 6.0" page (#3499)
Browse files Browse the repository at this point in the history
Typo ```bow``` -> ```now```.
  • Loading branch information
AinoraZ authored Oct 20, 2021
1 parent bea1c20 commit aa23116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/what-is-new/ef-core-6.0/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -2854,7 +2854,7 @@ public class CurrencyToSymbolConverter : ValueConverter<Currency, string>
-->
[!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:

<!--
modelBuilder.Entity<TestEntity3>()
Expand Down

0 comments on commit aa23116

Please sign in to comment.