From eba0981497be4f709173f77eb630373f1afdfaf2 Mon Sep 17 00:00:00 2001 From: "Cornelius J. van Dyk" Date: Fri, 23 Feb 2024 03:38:10 -0500 Subject: [PATCH] Fixed a typo Fixed typo in https://github.com/microsoftgraph/msgraph-sdk-dotnet-contrib/edit/master/samples/README.md --- samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index 0ff59cd..75af314 100644 --- a/samples/README.md +++ b/samples/README.md @@ -1,6 +1,6 @@ # Graph.Community Samples -The samples are implemented is separate classes. Each class uses common utility classes to manage configuration options and Http Request/Response logging. +The samples are implemented in separate classes. Each class uses common utility classes to manage configuration options and Http Request/Response logging. The samples will require an application registration in [Azure Active Directory](https://aad.portal.azure.com). When creating the registration, select the option to treat the application as a public client. ![](./AppRegPublicClient.png)