diff --git a/aspnetcore/data/entity-framework-6.md b/aspnetcore/data/entity-framework-6.md index 6bd3e47ca4..00d2cdea3a 100644 --- a/aspnetcore/data/entity-framework-6.md +++ b/aspnetcore/data/entity-framework-6.md @@ -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