From 3871fcf1b67667699666a504624ce76278f351bb Mon Sep 17 00:00:00 2001 From: damienbod Date: Wed, 26 Aug 2020 20:55:31 +0200 Subject: [PATCH] typo fix --- 2-WebApp-graph-user/2-1-Call-MSGraph/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-WebApp-graph-user/2-1-Call-MSGraph/README.md b/2-WebApp-graph-user/2-1-Call-MSGraph/README.md index ba8f589d..87493ca8 100644 --- a/2-WebApp-graph-user/2-1-Call-MSGraph/README.md +++ b/2-WebApp-graph-user/2-1-Call-MSGraph/README.md @@ -287,5 +287,5 @@ HTML table displaying the properties of the *me* object as returned by Microsoft ## Learn more -- Learn how [Microsoft.Identity.Web](../../Microsoft.Identity.Web) works, in particular hooks-up to the ASP.NET Core ODIC events +- Learn how [Microsoft.Identity.Web](../../Microsoft.Identity.Web) works, in particular hooks-up to the ASP.NET Core OIDC events - [Use HttpClientFactory to implement resilient HTTP requests](https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests) used by the Graph custom service