From 01a1d0fbcd7d9160318a52ac747deeac60c6b275 Mon Sep 17 00:00:00 2001 From: Torsten Severing Date: Wed, 13 Aug 2025 20:15:08 +0200 Subject: [PATCH] fix: remove duplicated word aka typo --- .../use-copilot-spaces/create-and-use-copilot-spaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/how-tos/provide-context/use-copilot-spaces/create-and-use-copilot-spaces.md b/content/copilot/how-tos/provide-context/use-copilot-spaces/create-and-use-copilot-spaces.md index 771e9a5752ca..f705e0dc7c58 100644 --- a/content/copilot/how-tos/provide-context/use-copilot-spaces/create-and-use-copilot-spaces.md +++ b/content/copilot/how-tos/provide-context/use-copilot-spaces/create-and-use-copilot-spaces.md @@ -38,7 +38,7 @@ You can add two types of context to your space: For example: - > You are a SQL generator. Your job is to take the sample queries and data schemas defined in the attached files and and generate SQL queries based on the user's goals. + > You are a SQL generator. Your job is to take the sample queries and data schemas defined in the attached files and generate SQL queries based on the user's goals. * **Attachments**: This context will be used to provide more relevant answers to your questions. Additionally, {% data variables.copilot.copilot_spaces_short %} will always refer to the latest version of the code on the `main` branch of the repository.