Skip to content

Commit 638822f

Browse files
Fixed typos in Step 1 and Step 2 (#33)
1 parent 843d325 commit 638822f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/steps/1-preparing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ As you work, you'll find GitHub Copilot can help out in several places across th
3131

3232
Let's start up our development environment, use copilot to learn a bit about the project, and then give it a test run.
3333

34-
1. Right-click the below button to open the **Create Codespace** page in a new tab. Use the default configuration.
34+
1. Left-click the below button to open the **Create Codespace** page in a new tab. Use the default configuration.
3535

3636
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/{{full_repo_name}}?quickstart=1)
3737

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In short, you can think of Copilot like a very focused coworker. To be effective
2929
> Where could this bug be coming from?
3030
> ```
3131
32-
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.
32+
1. Now that we know the issue is in the `src/app.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.
3333
3434
1. In VS Code, select the file **Explorer tab** to show the project files and open the `src/app.py` file.
3535

0 commit comments

Comments
 (0)