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";