From f56270fd02077fc4a60fb49a37024ab23c6b81c1 Mon Sep 17 00:00:00 2001 From: Aaron Kunz Date: Thu, 3 Oct 2019 14:11:45 +0200 Subject: [PATCH] Fix typo (#14785) --- aspnetcore/migration/22-to-30.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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