From d9671da9fb14c751c264db829d474232fd241efa Mon Sep 17 00:00:00 2001 From: Robert Haken Date: Fri, 30 Aug 2024 15:17:52 +0200 Subject: [PATCH] Update usage_guidance.md - typo (#33496) --- aspnetcore/migration/inc/usage_guidance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/migration/inc/usage_guidance.md b/aspnetcore/migration/inc/usage_guidance.md index a57ba29903..e94605fcc6 100644 --- a/aspnetcore/migration/inc/usage_guidance.md +++ b/aspnetcore/migration/inc/usage_guidance.md @@ -109,4 +109,4 @@ The [remote session support](xref:migration/inc/remote-session) exposes an endpo The virtual directory setup is used for route generation, authorization, and other services within the system. At this point, no reliable method has been found to enable different virtual directories due to how ASP.NET Framework works. -**Recomendation**: Ensure your two applications are on different sites (hosts and/or ports) with the same application/virtual directory layout. +**Recommendation**: Ensure your two applications are on different sites (hosts and/or ports) with the same application/virtual directory layout.