From 29aab480495cb11fe1592bfd169401def89ff9d7 Mon Sep 17 00:00:00 2001 From: Shalabh Mohan Shrivastava Date: Wed, 1 Apr 2020 12:34:51 -0700 Subject: [PATCH] Fixing the typos --- 7.middleware/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7.middleware/README.md b/7.middleware/README.md index 0c2d1bee..b2195196 100644 --- a/7.middleware/README.md +++ b/7.middleware/README.md @@ -1,6 +1,6 @@ # OAuth Authorization -This tutorial walks you through the steps of setting up the OAuth middleware to enable OAuth authorization on a Web API without modifying the application. This design seprates authentication/authorization concerns from the application, so that application operators can adopt and configure authentication/athorization providers without impacting the application code. +This tutorial walks you through the steps of setting up the OAuth middleware to enable OAuth authorization on a Web API without modifying the application. This design separates authentication/authorization concerns from the application, so that application operators can adopt and configure authentication/authorization providers without impacting the application code. ![Architecture Diagram](./img/Architecture_Diagram.png)