From c1d9627dd72a216c320612a51378099fb9e6b1b7 Mon Sep 17 00:00:00 2001 From: mrchatam <287639636+mrchatam@users.noreply.github.com> Date: Fri, 11 Sep 2026 23:08:10 +0000 Subject: [PATCH] docs: fix 'allows to' grammar in Copilot Studio skill README --- python/samples/demos/copilot_studio_skill/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samples/demos/copilot_studio_skill/README.md b/python/samples/demos/copilot_studio_skill/README.md index 344179e1e4b1..fe98155b707a 100644 --- a/python/samples/demos/copilot_studio_skill/README.md +++ b/python/samples/demos/copilot_studio_skill/README.md @@ -1,6 +1,6 @@ # Extend Copilot Studio with Semantic Kernel -This template demonstrates how to build a [Copilot Studio Skill](https://learn.microsoft.com/en-us/microsoft-copilot-studio/advanced-use-skills) that allows to extend agent capabilities with a custom API running in Azure with the help of the Semantic Kernel. +This template demonstrates how to build a [Copilot Studio Skill](https://learn.microsoft.com/en-us/microsoft-copilot-studio/advanced-use-skills) that allows you to extend agent capabilities with a custom API running in Azure with the help of the Semantic Kernel. ![Copilot Studio using the Semantic Kernel skill within a topic](image.png)