From 26d92695408a25418e93b279631ac0d33fb6bbdb Mon Sep 17 00:00:00 2001 From: Rajat Arora Date: Tue, 20 Aug 2024 22:06:26 +0200 Subject: [PATCH] Update 2. core exercises.md Add keyword is required otherwise co-pilot doesn't auto complete the second line --- .instructions/2. core exercises.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.instructions/2. core exercises.md b/.instructions/2. core exercises.md index 2bb0302..2ce7a26 100644 --- a/.instructions/2. core exercises.md +++ b/.instructions/2. core exercises.md @@ -43,7 +43,7 @@ Let's start by running the application to learn what it does. 1. Open the ```public/index.html``` file in the editor window. -2. Scroll down to where you see the `````` comment +2. Scroll down to where you see the `````` comment 3. Add a new line below this comment and type the following two lines. You should see GitHub Copilot start to autocomplete the second line as you type. When you see this, just press ```TAB``` to accept the completion.