Skip to content

Commit fbc7cf5

Browse files
committed
Minor fixes to markdown files
1 parent c300fef commit fbc7cf5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.instructions/2. core exercises.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Your finished snippet should match the following.
5858

5959
5. Open the ```api/controller.js``` file in the editor window.
6060

61-
6. Scroll down to where you see the ```<!-- TODO: Add operator -->``` comment
61+
6. Scroll down to where you see the ```// TODO: Add operator``` comment
6262

6363
7. Press **ENTER** at the end of the line that defines the divide function.
6464

@@ -68,7 +68,7 @@ Your finished snippet should match the following.
6868

6969
9. Open the ```public/client.js``` file in the editor window.
7070

71-
10. Scroll down to where you see the ```// TODO: Add operator -->``` comment (Line 22)
71+
10. Scroll down to where you see the ```// TODO: Add operator``` comment (Line 22)
7272

7373
11. Move your cursor to the end of the line 35 (to the right of ```break;``` and press **ENTER**.
7474

.instructions/3. challenge exercises.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Now you've had an opportunity to get started using GitHub Copilot, we have a num
2424

2525
8. Continue accepting suggestions line by line to see how many unit tests you can have Copiloit assist you in writing.
2626

27-
9. Onc eyou're happy with a few unit tests, save the file and return to the terminal window. Enter ```npm test``` and press **ENTER** to execute the unit tests again.
27+
9. Once you're happy with a few unit tests, save the file and return to the terminal window. Enter ```npm test``` and press **ENTER** to execute the unit tests again.
2828

2929
**NOTE:** The advanced features currently available in GitHub CopilotX Chat, provide far more sophisticated assistance in writing unit tests, including the ability to write complete test suites for you. At the time of creating this exercise, Copilot Chat was only available as a pre-release experiment.
3030

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Inside the `.instructions` folder you will find a number of markdown files that
2020
Filename | Description
2121
--- | ---
2222
[1. setup.md](</.instructions/1. setup.md>) | Instructions for installing the GitHub Copilot VS Code extension and joining the GitHub Copilot trial.
23-
[2. getting started.md](</.instructions/2. getting started.md>) | Instructions for getting started with GitHub Copilot.
23+
[2. core exercises.md](</.instructions/2. core exercises.md>) | Instructions for the core exercise of this workshop.
2424
[3. challenge exercises.md](</.instructions/3. challenge exercises.md>) | Challenge exercises for participants to complete.
2525
[4. additional resources.md](</.instructions/4. additional resources.md>) | Additional resources for participants to explore after the workshop.
2626

0 commit comments

Comments
 (0)