From e642e24796ead217e4d3f52b8790c2c30dddc55f Mon Sep 17 00:00:00 2001 From: Jeb Lee <32628248+jishen027@users.noreply.github.com> Date: Thu, 3 Jul 2025 10:04:05 +0100 Subject: [PATCH] Update README.MD Remove stray closing brace --- Using-GitHub-Copilot-with-JavaScript/README.MD | 2 -- 1 file changed, 2 deletions(-) diff --git a/Using-GitHub-Copilot-with-JavaScript/README.MD b/Using-GitHub-Copilot-with-JavaScript/README.MD index 3fa150e..9c7a296 100644 --- a/Using-GitHub-Copilot-with-JavaScript/README.MD +++ b/Using-GitHub-Copilot-with-JavaScript/README.MD @@ -69,8 +69,6 @@ const siteProps = { Now lets use the slash command to explain what a portion of the code does. Highlight the following code: ```javascript -}; - const primaryColor = "#4E567E"; const secondaryColor = "#D2F1E4";