diff --git a/.github/steps/5-copilot-on-github.md b/.github/steps/5-copilot-on-github.md
index d17fc79..e9f6bc8 100644
--- a/.github/steps/5-copilot-on-github.md
+++ b/.github/steps/5-copilot-on-github.md
@@ -8,19 +8,16 @@ Congratulations! You are finished with coding for this exercise (and VS Code). N
Typically, you would review your notes and commit messages then summarize them for your pull request description. This may take some time, especially if commit messages are inconsistent or code is not documented well. Fortunately, Copilot can consider all changes in the pull request and provide the important highlights, and with references too!
-> [!NOTE]
-> This feature is not available in **GitHub Copilot Free**. [[docs]](https://docs.github.com/en/enterprise-cloud@latest/copilot/using-github-copilot/using-github-copilot-for-pull-requests/creating-a-pull-request-summary-with-github-copilot)
-
#### Copilot code review
More eyes on our work is always useful so let's ask Copilot to do a first pass before we do a normal peer review process. Copilot is great at catching common mistakes that are fixed by simple adjustments, but please remember to use it responsibly.
> [!NOTE]
-> This feature is not available in **GitHub Copilot Free**. [[docs]](https://docs.github.com/en/copilot/using-github-copilot/code-review/using-copilot-code-review)
+> Unfortunately both features are not available in **GitHub Copilot Free**. [[docs]](https://docs.github.com/en/copilot/using-github-copilot/code-review/using-copilot-code-review)
### :keyboard: Activity: Summarize and review a PR with Copilot
-Both **Copilot pull request summaries** and **Copilot code review** have limited access, so this activity is mostly optional. If you have access, go ahead and try them though! If not, you can skip the optional steps.
+Both **Copilot pull request summaries** and **Copilot code review** have limited access, so this activity is mostly optional. If you don't have access, skip the optional steps of this activity.
1. In a web browser, open another tab and navigate to your exercise repository.
@@ -32,7 +29,7 @@ Both **Copilot pull request summaries** and **Copilot code review** have limited
1. (Optional) In the PR description toolbar click the **Copilot** icon and **Summary** action. After a moment, Copilot will add a description based on your changes. :memo:
-
+
1. (Optional) In the right side information panel at the top, locate the **Reviewers** section and click the **Request** button next to a **Copilot icon**. Wait a moment for Copilot to add a review comment to your pull request!
@@ -42,4 +39,4 @@ Both **Copilot pull request summaries** and **Copilot code review** have limited
1. At the bottom, press the **Merge pull request** button. Nice work! You are all done! :tada:
-1. Wait a moment for Mona to check your work, provide feedback, and post a final review of this lesson!
+1. Wait a moment for Mona to check your work, provide feedback, and post a final review of this exercise!