From 09780152e4e2a17fd8c457ba724b3f8288ac67e6 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 19 Mar 2023 14:11:10 +0900 Subject: [PATCH] Fix typo in Getting-Started-Notebook.ipynb authenication -> authentication --- samples/notebooks/dotnet/Getting-Started-Notebook.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/notebooks/dotnet/Getting-Started-Notebook.ipynb b/samples/notebooks/dotnet/Getting-Started-Notebook.ipynb index 13e31b8aef61..6707f9842d07 100644 --- a/samples/notebooks/dotnet/Getting-Started-Notebook.ipynb +++ b/samples/notebooks/dotnet/Getting-Started-Notebook.ipynb @@ -211,7 +211,7 @@ "Sample app learning examples:\n", "- [Simple chat summary](../../apps/chat-summary-webapp-react/README.md) (**Recommended**) – learn how basic semantic functions can be added to an app\n", "- [Book creator](../../apps/book-creator-webapp-react/README.md) – learn how Planner and chaining of semantic functions can be used in your app\n", - "- [Authenication and APIs](../../dotnet/graph-api-skills/README.md) – learn how to connect to external API's with authenication while using Semantic Kernel" + "- [Authentication and APIs](../../dotnet/graph-api-skills/README.md) – learn how to connect to external API's with authentication while using Semantic Kernel" ] } ],