From 3e4aa3f2df7318f0ce2db761789e7939f245abd4 Mon Sep 17 00:00:00 2001 From: Lee Murray Date: Tue, 11 Nov 2025 16:15:14 +0000 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/commands.json b/.github/commands.json index 77b96686194..29288f1309b 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -669,6 +669,6 @@ "name": "~accessibility-sla", "addLabel": "accessibility-sla", "removeLabel": "~accessibility-sla", - "comment": "The Visual Studio and VS Code teams have an agreement with the Accessibility team that `3:1` contrast is enough for inside the editor." + "comment": "The Visual Studio and VS Code teams have an agreement with the Accessibility team that 3:1 contrast is enough for inside the editor." } ]