From b747623c90ac01b06428aa3d8c098460fa188775 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 27 Jun 2024 16:14:02 +0900 Subject: [PATCH] docs: update Using_Azure_Functions_and_Microsoft_Graph_to_Query_SharePoint.md Microsft -> Microsoft --- ...Azure_Functions_and_Microsoft_Graph_to_Query_SharePoint.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/chatgpt/sharepoint_azure_function/Using_Azure_Functions_and_Microsoft_Graph_to_Query_SharePoint.md b/examples/chatgpt/sharepoint_azure_function/Using_Azure_Functions_and_Microsoft_Graph_to_Query_SharePoint.md index 4402cd715e..5d646deebf 100644 --- a/examples/chatgpt/sharepoint_azure_function/Using_Azure_Functions_and_Microsoft_Graph_to_Query_SharePoint.md +++ b/examples/chatgpt/sharepoint_azure_function/Using_Azure_Functions_and_Microsoft_Graph_to_Query_SharePoint.md @@ -411,7 +411,7 @@ module.exports = async function (context, req) { } // Initialize the Graph Client using the initGraphClient function defined above let client = initGraphClient(accessToken); - // this is the search body to be used in the Microsft Graph Search API: https://learn.microsoft.com/en-us/graph/search-concept-files + // this is the search body to be used in the Microsoft Graph Search API: https://learn.microsoft.com/en-us/graph/search-concept-files const requestBody = { requests: [ { @@ -719,7 +719,7 @@ module.exports = async function (context, req) { } // Initialize the Graph Client using the initGraphClient function defined above let client = initGraphClient(accessToken); - // this is the search body to be used in the Microsft Graph Search API: https://learn.microsoft.com/en-us/graph/search-concept-files + // this is the search body to be used in the Microsoft Graph Search API: https://learn.microsoft.com/en-us/graph/search-concept-files const requestBody = { requests: [ {