diff --git a/aspnetcore/fundamentals/metapackage.md b/aspnetcore/fundamentals/metapackage.md index 5008b6e2c6..e89756ad77 100644 --- a/aspnetcore/fundamentals/metapackage.md +++ b/aspnetcore/fundamentals/metapackage.md @@ -63,7 +63,7 @@ Any dependencies of the preceding packages that otherwise aren't dependencies of ## Update ASP.NET Core 2.1 -We recommend migrating migrating to the `Microsoft.AspNetCore.App` metapackage for 2.1 and later. To keep using the `Microsoft.AspNetCore.All` metapackage and ensure the latest patch version is deployed: +We recommend migrating to the `Microsoft.AspNetCore.App` metapackage for 2.1 and later. To keep using the `Microsoft.AspNetCore.All` metapackage and ensure the latest patch version is deployed: * On development machines and build servers: Install the latest [.NET Core SDK](https://www.microsoft.com/net/download). * On deployment servers: Install the latest [.NET Core runtime](https://www.microsoft.com/net/download).