From d68680132dade062859e052c4841ac422139c82f Mon Sep 17 00:00:00 2001 From: Youssef Victor <31348972+Youssef1313@users.noreply.github.com> Date: Wed, 14 Oct 2020 13:08:18 +0200 Subject: [PATCH] Fix a typo (#21062) --- .../secure-net-microservices-web-applications/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/microservices/secure-net-microservices-web-applications/index.md b/docs/architecture/microservices/secure-net-microservices-web-applications/index.md index 9f8030dcc9201..e2fa6fdf80c39 100644 --- a/docs/architecture/microservices/secure-net-microservices-web-applications/index.md +++ b/docs/architecture/microservices/secure-net-microservices-web-applications/index.md @@ -71,7 +71,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env) ``` > [!IMPORTANT] -> The lines in the preceeding code **MUST BE IN THE ORDER SHOWN** for Identity to work correctly. +> The lines in the preceding code **MUST BE IN THE ORDER SHOWN** for Identity to work correctly. Using ASP.NET Core Identity enables several scenarios: