From deadadbdab2ea55a25f2d461a2b3fb20065cdd11 Mon Sep 17 00:00:00 2001 From: Michael Kenntenich <37703728+mkennten@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:08:29 +0200 Subject: [PATCH] Revise slash command example in documentation Updated the slash command example for clarity. --- Instructions/Labs/LAB_AK_02_analyze_document_code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_AK_02_analyze_document_code.md b/Instructions/Labs/LAB_AK_02_analyze_document_code.md index 40f6b16..005cac4 100644 --- a/Instructions/Labs/LAB_AK_02_analyze_document_code.md +++ b/Instructions/Labs/LAB_AK_02_analyze_document_code.md @@ -165,7 +165,7 @@ Use the following steps to complete this section of the exercise: For example, enter the following prompt in the Chat view: ```plaintext - /explain #codebase Explain the Program.cs file + /explain #Program.cs ``` Use slash commands, such as **/explain**, to specify the intent of your prompt. Communicating your intent helps GitHub Copilot understand the type of response that it needs to generate. The list of available slash commands may vary depending on your environment and the context of your chat.