Skip to content

Commit 196493f

Browse files
authored
chore: Cleanup some wording
1 parent b0c3408 commit 196493f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/steps/2-first-introduction.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In short, you can think of Copilot like a very focused coworker. To be effective
2626
@workspace Students are able to register twice for an activity. Where could this bug be coming from?
2727
```
2828

29-
1. Now that we know the issue is in the `src/appy.py` file and the `signup_for_activity` method, let's go fix it (semi-manually). We'll start with a comment and let Copilot finish the correction.
29+
1. Now that we know the issue is in the `src/appy.py` file and the `signup_for_activity` method, let's follow Copilot's recommendation and go fix it (semi-manually). We'll start with a comment and let Copilot finish the correction.
3030

3131
1. In VS Code, select the file **Explorer tab** to show the project files and open the `src/app.py` file.
3232

@@ -75,8 +75,7 @@ In short, you can think of Copilot like a very focused coworker. To be effective
7575

7676
In new project developments, it's often helpful to have some realistic looking fake data for testing. Copilot is excellent at this task, so let's add some more sample activities and introduce another way to interact with Copilot using **Inline Chat**
7777

78-
> [!TIP]
79-
> **Inline Chat** and the **Copilot Chat** panel are very similar tools, but with slightly different automatic context. As such, while Copilot Chat is good at explaining about the project, inline chat might feel more natural for asking about a particular line or function.
78+
**Inline Chat** and the **Copilot Chat** panel are very similar tools, but with slightly different automatic context. As such, while Copilot Chat is good at explaining about the project, inline chat might feel more natural for asking about a particular line or function.
8079

8180
1. If not already open, open the `src/app.py` file.
8281

.github/steps/3-copilot-edits.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@ In our previous steps, we used features of Copilot that require more hands-on gu
5757

5858
</details>
5959

60-
1. Before we simply accept the changes, please check our website again and verify everything is updated as expected. Here is an example of an updated activity card. **Important:** Your results may look slightly different!
60+
1. Before we simply accept the changes, please check our website again and verify everything is updated as expected. Here is an example of an updated activity card. You may need to restart your or app refresh the page.
6161

6262
<img width="350" alt="Activity card with participant info" src="https://github.com/user-attachments/assets/59fe792e-d587-487d-8525-2548ac0a7adf" />
6363

64+
> **Note:** Your activity card may look different. Copilot won't always produce the same results.
65+
6466
<details>
6567
<summary>Need help? 🤷</summary><br/>
6668
If the website is not loading, here are some things to check.

0 commit comments

Comments
 (0)