Skip to content

Commit

Permalink
Merge pull request #7 from mnkiefer/patch-1
Browse files Browse the repository at this point in the history
Fix typos in Code tour
  • Loading branch information
AnthonyBorton authored Sep 17, 2024
2 parents 86f8aed + d12d390 commit d2242a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tours/main.tour
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"steps": [
{
"title": "Introduction",
"description": "Hi there! this is a guided tour to help you learn GitHub Copilot. We will build a rock, paper, scissors game with Python.\n\nPress `Next` to to get started 👇"
"description": "Hi there! This is a guided tour to help you learn GitHub Copilot. We will build a rock, paper, scissors game with Python.\n\nPress `Next` to to get started 👇"
},
{
"file": "main.py",
"line": 1,
"description": "Let's give GitHub Copilot some context about what we're building. Let's start by adding the following comment to the file line of the main.py file. \n\n```python\n# Write a rock, paper, scissors game\n```\n\n\nPress `Next` to to get continue 👇"
"description": "Let's give GitHub Copilot some context about what we're building. Let's start by adding the following comment to the first line of the main.py file. \n\n```python\n# Write a rock, paper, scissors game\n```\n\n\nPress `Next` to to get continue 👇"
},
{
"file": "main.py",
Expand Down

0 comments on commit d2242a6

Please sign in to comment.