Fix spelling (#22023)

pull/22036/head
Luke Latham 2021-04-09 10:14:34 -05:00 committed by GitHub
parent 41da12a55d
commit 2d20697695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ By [Patrick Goode](https://github.com/attrib75)
## Using Entity Framework 6 with ASP.NET Core
[Entity Framework Core](/ef/) should be used for new development. The [download sample](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/data/entity-framework-6/3.xsample) uses [Entity Framework 6 (EF6)](/ef/ef6), which can be used to migrate exiting apps to ASP.NET Core.
[Entity Framework Core](/ef/) should be used for new development. The [download sample](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/data/entity-framework-6/3.xsample) uses [Entity Framework 6 (EF6)](/ef/ef6), which can be used to migrate existing apps to ASP.NET Core.
## Additional resources