From b5055a802bb2dd19071a1a58286c52e7c2aa156d Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Mon, 2 Sep 2024 08:52:27 +0200 Subject: [PATCH] Fix missing comma in json --- public/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/data.json b/public/data.json index 0bfb8e9..6e64fbf 100644 --- a/public/data.json +++ b/public/data.json @@ -170,7 +170,7 @@ "title": "VS Code supports user input as extra prompt instructions", "description": "Instruct GitHub Copilot with extra user input to get more fitting results. This is especially helpful if you have a specific need for a libary, or SDK version.", "url": "https://molson504x.github.io/GitHub-Copilot-Custom-Instructions" - } + }, { "title": "GitHub Copilot video series: Levels of Enlightenment", "description": "Get more proficient using GitHub Copilot with the lessons learned from Rob. In this 10 part series he explains some of the lessons learned while using Copilot over the last year.",