From 2d206976959ea59d60c8e0cfb8f81d941b7827e1 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Fri, 9 Apr 2021 10:14:34 -0500 Subject: [PATCH] Fix spelling (#22023) --- aspnetcore/data/entity-framework-6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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