From 76d5b3ad117f03d4d5666fc56b00635d65ea9ed0 Mon Sep 17 00:00:00 2001 From: Ari LiVigni Date: Mon, 10 Mar 2025 10:05:27 -0400 Subject: [PATCH 1/2] Spelling and grammer updates --- .github/steps/1-preparing.md | 2 +- .github/steps/2-first-introduction.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/steps/1-preparing.md b/.github/steps/1-preparing.md index c339df0..81cb6a0 100644 --- a/.github/steps/1-preparing.md +++ b/.github/steps/1-preparing.md @@ -58,7 +58,7 @@ Let's start up our development environment, use copilot to learn a bit about the > **Tip**: No need to follow Copilot's recommended steps. We already prepared the environment for you. -1. Now that we know a bit more about the project, let's actually try runnning it! In the left sidebar, select the `Run and Debug` tab and then press the **Start Debugging** icon. +1. Now that we know a bit more about the project, let's actually try running it! In the left sidebar, select the `Run and Debug` tab and then press the **Start Debugging** icon. image diff --git a/.github/steps/2-first-introduction.md b/.github/steps/2-first-introduction.md index 219b7e1..b41fbcb 100644 --- a/.github/steps/2-first-introduction.md +++ b/.github/steps/2-first-introduction.md @@ -1,8 +1,8 @@ ## Step 2: Getting work done with Copilot -In the previous step, we Copilot was able to help us onboard to the project. That alone is a huge time saver, but now let's get some work done! +In the previous step, GitHub Copilot was able to helped us onboard to the project. That alone is a huge time saver, but now let's get some work done! -We recently learned there is a bug where students are registering for the same activites twice. That simply isn't acceptable, so let's get it fixed! +We recently learned there is a bug where students are registering for the same activities twice. That simply isn't acceptable, so let's get it fixed! Unfortunately, we were given little information to solve this problem. So, let's enlist Copilot to help find the problem area and get a potential solution made. From e3a08c934c6bf8df666067590c5353d26c18ef50 Mon Sep 17 00:00:00 2001 From: "Christopher W. Blake" Date: Mon, 10 Mar 2025 17:27:47 -0500 Subject: [PATCH 2/2] typo --- .github/steps/2-first-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/steps/2-first-introduction.md b/.github/steps/2-first-introduction.md index b41fbcb..5be246d 100644 --- a/.github/steps/2-first-introduction.md +++ b/.github/steps/2-first-introduction.md @@ -1,6 +1,6 @@ ## Step 2: Getting work done with Copilot -In the previous step, GitHub Copilot was able to helped us onboard to the project. That alone is a huge time saver, but now let's get some work done! +In the previous step, GitHub Copilot was able to help us onboard to the project. That alone is a huge time saver, but now let's get some work done! We recently learned there is a bug where students are registering for the same activities twice. That simply isn't acceptable, so let's get it fixed!