Skip to content

Fixed typos in Step 1 and Step 2 #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 11, 2025

Conversation

mickeygousset
Copy link
Contributor

Summary

There was a typo in step 1 and step 2. I modified the appropriate lines to fix the typos.

Changes

.github/steps/1-preparing.md - I changed Right-click to Left-click on the initial instruction for opening a Codespace. Right-click just opened the browser's context window. Left-click takes you to the Codespace creation page.

.github/steps/2-first-introduction.md - The instructions incorrectly listed the filename as appy.py. I changed it to app.py.

Closes: #32

Task list

  • For workflow changes, I have verified the Actions workflows function as expected.
  • For content changes, I have reviewed the style guide.

Copy link
Contributor

@FidelusAleksander FidelusAleksander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing the typo's!

@@ -31,7 +31,7 @@ As you work, you'll find GitHub Copilot can help out in several places across th

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

1. Right-click the below button to open the **Create Codespace** page in a new tab. Use the default configuration.
1. Left-click the below button to open the **Create Codespace** page in a new tab. Use the default configuration.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We were previously using Right-Click and instructing to Open in a new tab, but recently changed how we start the exercises and forgot to change it here.

Good catch

@FidelusAleksander FidelusAleksander merged commit 638822f into skills:main Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Typos in Step 1 and Step 2
2 participants