From f0d16cabcb923ed1c3e4be6e3af0ca134e91e0e8 Mon Sep 17 00:00:00 2001 From: Jon Peck Date: Fri, 1 Nov 2024 13:58:13 -0700 Subject: [PATCH] Fix typo in adding-custom-instructions-for-github-copilot.md reponses -> responses --- .../adding-custom-instructions-for-github-copilot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/customizing-copilot/adding-custom-instructions-for-github-copilot.md b/content/copilot/customizing-copilot/adding-custom-instructions-for-github-copilot.md index e1fbb7b66740..6ea8a5dfd9ef 100644 --- a/content/copilot/customizing-copilot/adding-custom-instructions-for-github-copilot.md +++ b/content/copilot/customizing-copilot/adding-custom-instructions-for-github-copilot.md @@ -40,7 +40,7 @@ This example of a `.github/copilot-instructions.md` file contains three instruct ```markdown We use Bazel for managing our Java dependencies, not Maven, so when talking about Java packages, always give me instructions and code samples that use Bazel. -We always write JavaScript with double quotes and tabs for indentation, so when your reponses include JavaScript code, please follow those conventions. +We always write JavaScript with double quotes and tabs for indentation, so when your responses include JavaScript code, please follow those conventions. Our team uses Jira for tracking items of work. ```