diff --git a/aspnetcore/migration/22-to-30.md b/aspnetcore/migration/22-to-30.md index dd42dd2a58..1a11d75dd1 100644 --- a/aspnetcore/migration/22-to-30.md +++ b/aspnetcore/migration/22-to-30.md @@ -4,7 +4,7 @@ author: rick-anderson description: Learn how to migrate an ASP.NET Core 2.2 project to ASP.NET Core 3.0. ms.author: riande ms.custom: mvc -ms.date: 09/29/2019 +ms.date: 10/03/2019 uid: migration/22-to-30 --- # Migrate from ASP.NET Core 2.2 to 3.0 @@ -760,7 +760,7 @@ public void Configure(IApplicationBuilder app) } ``` -Protection is implemented for some scenarios. `UseEndpoint` middleware throws an exception if an authorization or CORS policy is skipped due to missing middleware. Analyzer support to provide additional feedback about misconfiguration is in progress. +Protection is implemented for some scenarios. Endpoints Middleware throws an exception if an authorization or CORS policy is skipped due to missing middleware. Analyzer support to provide additional feedback about misconfiguration is in progress. ### SignalR